ID: 29121
Updated by: [EMAIL PROTECTED]
Reported By: info at sebastianmendel dot de
-Status: Open
+Status: Bogus
Bug Type: Compile Warning
Operating System: Fedora Core 2 dev
PHP Version: 5CVS-2004-07-13 (dev)
New Comment:
Don't use autoconf 2.5x, use 2.13 and libtool 1.4.3 which doesn't
require autoconf 2.5x.
Using autoconf 2.5x might or might not work.
On atleast Mandrake and Gentoo you can use WANT_AUTOCONF=2.1
./buildconf to make it use 2.13 instead of 2.5x (requires that you have
a wrapper script).
Previous Comments:
------------------------------------------------------------------------
[2004-07-13 18:12:28] info at sebastianmendel dot de
Description:
------------
[EMAIL PROTECTED] php-src]# ./buildconf --force
Forcing buildconf
using default Zend directory
buildconf: checking installation...
buildconf: autoconf version 2.59 (ok)
buildconf: Your version of autoconf likely contains buggy cache code.
Running cvsclean for you.
To avoid this, install autoconf-2.13 and automake-1.5.
buildconf: libtool version 1.5.6 (ok)
rebuilding aclocal.m4
rebuilding configure
autoconf/programs.m4:438: AC_DECL_YYTEXT is expanded from...
configure.in:147: the top level
rebuilding acconfig.h
rebuilding main/php_config.h.in
autoheader: WARNING: Using auxiliary files such as `acconfig.h',
`config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for
`config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows to define a template
without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced,
see the
autoheader: WARNING: documentation.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=29121&edit=1