> not an expert of auto* as you seems to be, and only wondering why it
> does not work.

    - autoconf 2.50 is six times slower.  Which in turn means
      that developing with it takes 6 times longer (think of
      edit, compile, run cycle. Yeah, someone wrote that build
      system with a couple thousand LOC)

    - limited support of m4 command set.  We use some commands
      such as esyscmd which are supposedly unsupported by the
      newer autoconf tools (or as the main autoconf guy puts it
      "It was never supported!!!! Read the documentation!!!!").
      We work around that by trashing the autoconf cache every
      time.

> lol who cares? Do you generate a configure every hour?

    Try "per minute" and you get close.

    - Sascha

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to