php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20803 running autoconf gives error
Submitted: 2002-12-03 17:37 UTC Modified: 2002-12-04 02:07 UTC
From: gilles_gros at yahoo dot com Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 4.3.0RC2 OS: Linux Gentoo
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gilles_gros at yahoo dot com
New email:
PHP Version: OS:

 

 [2002-12-03 17:37 UTC] gilles_gros at yahoo dot com
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-04 02:07 UTC] sniper@php.net
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)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC