From: [EMAIL PROTECTED] Operating system: Linux Gentoo PHP version: 4.3.0RC2 PHP Bug Type: *Configuration Issues Bug description: running autoconf gives error
taking the tarbal 4.3.0RC2 and running autoconf on it give an error. $ tar zxf devsource/php-4.3.0RC2.tar.gz $ cd php-4.3.0RC2 ; autoconf configure.in:520: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:556: AC_ARG_ARRAY has been removed; don't do unportable things with arguments To fix it, regenerate aclocal.m4 or delete it from the tarball $ rm aclocal.m4 $ ./buildconf using default Zend directory buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buildconf: automake version 1.4-p5 (ok) buildconf: libtool version 1.4.1 (ok) rebuilding configure rebuilding main/php_config.h.in -- Edit bug report at http://bugs.php.net/?id=20803&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20803&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20803&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20803&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20803&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20803&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20803&r=support Expected behavior: http://bugs.php.net/fix.php?id=20803&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20803&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20803&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20803&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20803&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20803&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20803&r=isapi
