On Wed, 22 May 2002 09:21:47 +0200, Markus Fischer wrote:
> autoconf 2.53 isn't supposed to work. Try with 2.13
After downgrading to 2.13, I now get the error messages on
can find in the attached buildconf_errors.txt. After running
"./configure" then results in:
checking whether to include debugging 2.13... ./configure: line 11416:
syntax error near unexpected token `else'
./configure: line 11416: `else'
Any clues?
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
martin@urmel:~/cvs/php/php4 > ./cvsclean
martin@urmel:~/cvs/php/php4 > ./buildconf
buildconf: checking installation...
buildconf: autoconf version 2.13 (ok)
buildconf: automake version 1.4 (ok)
buildconf: libtool version 1.4.2 (ok)
rebuilding configure
autoconf: Undefined macros:
***BUG in Autoconf--please report*** AC_TRY_DLOPEN_SELF
configure.in:132:dnl AC_AIX needs to be before any macros that run the C compiler.
configure.in:133:AC_AIX
configure.in:167:AC_MSG_RESULT([$php_cv_cc_dashr])
configure.in:178: AC_MSG_RESULT([$php_cv_cc_rpath])
configure.in:198: AC_MSG_RESULT(${1}.${2} (ok))
configure.in:261:AC_MSG_RESULT([$PHP_SAPI])
configure.in:302: AC_DEFINE(HAVE_LIBSOCKET,1,[ ]) ], [
configure.in:328: AC_DEFINE(HAVE_LIBNSL,1,[ ]) ],[
configure.in:331: AC_DEFINE(HAVE_LIBNSL,1,[ ]) ], [])
configure.in:357: AC_DEFINE(HAVE_LIBSOCKET,1,[ ]) ], [
configure.in:360: AC_DEFINE(HAVE_LIBRESOLV,1,[ ])
configure.in:464: AC_DEFINE(HAVE_SOCKADDR_STORAGE,1,[Whether you have struct
sockaddr_storage])
configure.in:474: AC_DEFINE(HAVE_IPV6,1,[Whether you have IPv6 support])
configure.in:553: AC_DEFINE(HAVE_GETADDRINFO,1,[Define if you have the getaddrinfo
function])
configure.in:559:PHP_AC_BROKEN_SPRINTF
configure.in:579:dnl AC_MSG_RESULT([$ac_cv_type_in_addr_t])
configure.in:581: AC_DEFINE(in_addr_t, u_int, [ ])
configure.in:663: AC_DEFINE(PHP_SAFE_MODE,1,[ ])
configure.in:665: AC_DEFINE(PHP_SAFE_MODE,0,[ ])
configure.in:675: AC_DEFINE(PHP_SAFE_MODE_EXEC_DIR,"/usr/local/php/bin", [ ])
configure.in:676: AC_MSG_RESULT([/usr/local/php/bin])
configure.in:678: AC_DEFINE_UNQUOTED(PHP_SAFE_MODE_EXEC_DIR,"$withval", [ ])
configure.in:679: AC_MSG_RESULT([$withval])
configure.in:682: AC_DEFINE(PHP_SAFE_MODE_EXEC_DIR,"/usr/local/php/bin", [ ])
configure.in:683: AC_MSG_RESULT([/usr/local/php/bin])
configure.in:686: AC_DEFINE(PHP_SAFE_MODE_EXEC_DIR,"/usr/local/php/bin", [ ])
configure.in:687: AC_MSG_RESULT([/usr/local/php/bin])
configure.in:702: AC_DEFINE(PHP_SIGCHILD, 1, [ ])
configure.in:704: AC_DEFINE(PHP_SIGCHILD, 0, [ ])
configure.in:711: AC_DEFINE(MAGIC_QUOTES, 1, [ ])
configure.in:713: AC_DEFINE(MAGIC_QUOTES, 0, [ ])
configure.in:736: AC_DEFINE(DEFAULT_SHORT_OPEN_TAG,"1",[ ])
configure.in:738: AC_DEFINE(DEFAULT_SHORT_OPEN_TAG,"0",[ ])
configure.in:749: AC_DEFINE(HAVE_DMALLOC,1,[Whether you have dmalloc])
configure.in:759: AC_DEFINE(HAVE_CRYPT,1,[ ])
configure.in:805:AC_MSG_RESULT([$PHP_VERSIONING])
configure.in:849: AC_DEFINE(ZTS,1,[ ])
configure.in:962:AC_DEFINE_UNQUOTED(PHP_BUILD_DATE,"$PHP_BUILD_DATE",[PHP build date])
configure.in:964:AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[uname -a output])
configure.in:966:AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output])
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php