Date: 09/04/01
- Next message: Sterling Hughes: "Re: [PHP-DEV] Rand"
- Previous message: sander <email protected>: "[PHP-DEV] Bug #13135 Updated: Installation"
- Next in thread: Alexander Wirtz: "Re: [PHP-DEV] Bug #13137: CVS incompatible with autoconf 2.13 (AC_LANG_POP)"
- Reply: Alexander Wirtz: "Re: [PHP-DEV] Bug #13137: CVS incompatible with autoconf 2.13 (AC_LANG_POP)"
- Reply: mfischer <email protected>: "[PHP-DEV] Bug #13137 Updated: CVS incompatible with autoconf 2.13 (AC_LANG_POP)"
- Reply: joey <email protected>: "[PHP-DEV] Bug #13137 Updated: CVS incompatible with autoconf 2.13 (AC_LANG_POP)"
- Reply: vorlon <email protected>: "[PHP-DEV] Bug #13137 Updated: CVS incompatible with autoconf 2.13 (AC_LANG_POP)"
- Reply: mfischer <email protected>: "[PHP-DEV] Bug #13137 Updated: CVS incompatible with autoconf 2.13 (AC_LANG_POP)"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #13137 Updated: CVS incompatible with autoconf 2.13 (AC_LANG_POP)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: vorlon <email protected>
Operating system: Debian GNU/Linux unstable (sid)
PHP version: 4.0CVS-2001-09-04
PHP Bug Type: *Compile Issues
Bug description: CVS incompatible with autoconf 2.13 (AC_LANG_POP)
With current CVS, I see the following output when running buildconf on a
Debian system:
$ ./buildconf
buildconf: checking installation...
buildconf: autoconf version 2.13 (ok)
buildconf: automake version 1.4-p4 (ok)
buildconf: libtool version 1.4b
1996, (ok)
rebuilding Makefile templates
automake: configure.in: installing `Zend/ylwrap'
rebuilding configure
autoconf: Undefined macros:
***BUG in Autoconf--please report*** AC_LANG_PUSH
***BUG in Autoconf--please report*** AC_LANG_POP
***BUG in Autoconf--please report*** AC_LANG_PUSH
***BUG in Autoconf--please report*** AC_LANG_PROGRAM
***BUG in Autoconf--please report*** AC_LANG_PROGRAM
***BUG in Autoconf--please report*** AC_MSG_NOTICE
***BUG in Autoconf--please report*** AC_LANG_POP
***BUG in Autoconf--please report*** AC_LANG_PUSH
***BUG in Autoconf--please report*** AC_LANG_PROGRAM
***BUG in Autoconf--please report*** AC_LANG_PROGRAM
***BUG in Autoconf--please report*** AC_LANG_POP
***BUG in Autoconf--please report*** AC_LANG_PROGRAM
***BUG in Autoconf--please report*** AC_LANG_PROGRAM
rebuilding acconfig.h
rebuilding main/php_config.h.in
$
Needless to say, the resulting `./configure' file is not a valid shell
script.
I've verified also on a RedHat system that autoconf 2.13 does not provide
these macros; they are only available in autoconf 2.5x. If it is intended
that PHP CVS be compatible with autoconf 2.13, these macros should be
replaced with something more portable; otherwise, I'd appreciate it if the
configure.in was clearly tagged as being autoconf 2.5-specific, so that
Debian's autodetection has a chance at handling it properly.
-- Edit bug report at: http://bugs.php.net/?id=13137&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sterling Hughes: "Re: [PHP-DEV] Rand"
- Previous message: sander <email protected>: "[PHP-DEV] Bug #13135 Updated: Installation"
- Next in thread: Alexander Wirtz: "Re: [PHP-DEV] Bug #13137: CVS incompatible with autoconf 2.13 (AC_LANG_POP)"
- Reply: Alexander Wirtz: "Re: [PHP-DEV] Bug #13137: CVS incompatible with autoconf 2.13 (AC_LANG_POP)"
- Reply: mfischer <email protected>: "[PHP-DEV] Bug #13137 Updated: CVS incompatible with autoconf 2.13 (AC_LANG_POP)"
- Reply: joey <email protected>: "[PHP-DEV] Bug #13137 Updated: CVS incompatible with autoconf 2.13 (AC_LANG_POP)"
- Reply: vorlon <email protected>: "[PHP-DEV] Bug #13137 Updated: CVS incompatible with autoconf 2.13 (AC_LANG_POP)"
- Reply: mfischer <email protected>: "[PHP-DEV] Bug #13137 Updated: CVS incompatible with autoconf 2.13 (AC_LANG_POP)"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #13137 Updated: CVS incompatible with autoconf 2.13 (AC_LANG_POP)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

