ID: 20803 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: *Configuration Issues Operating System: Linux Gentoo PHP Version: 4.3.0RC2 New Comment:
Yes, we know. The next RC/release will be generated with correct autoconf & friends. (this really isn't a bug in that sense. You can always grab the latest STABLE snapshot too) Previous Comments: ------------------------------------------------------------------------ [2002-12-03 17:37:17] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=20803&edit=1
