php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33922 bad autoconf/automake versio check in ./buildconf
Submitted: 2005-07-29 20:56 UTC Modified: 2005-07-29 21:22 UTC
From: openmacnews at speakeasy dot net Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 5CVS-2005-07-29 (dev) OS: OSX 10.4.2
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: openmacnews at speakeasy dot net
New email:
PHP Version: OS:

 

 [2005-07-29 20:56 UTC] openmacnews at speakeasy dot net
Description:
------------
hi,

i'm bldg php-cvs OSX 10.4.2.

% ./buildconf

reports:

...
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.
...

despite, on my sys:

% automake --version
	automake (GNU automake) 1.9.5
% autoconf --version
	autoconf (GNU Autoconf) 2.59

richard


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-29 21:01 UTC] sniper@php.net
There's nothing wrong with the warning. 
Also: you should not run buildconf for PHP yourself. 
Use the snapshots if you want to use bleeding edge.
http://snaps.php.net/

 [2005-07-29 21:22 UTC] openmacnews at speakeasy dot net
just so i'm clear abt build/pkg-ing ...

do you INTEND to recommend installing a version of automake 
from 2001?

   http://ftp.gnu.org/gnu/automake/
   automake-1.5.tar.gz 23-Aug-2001 10:50   515k 

as opposed to a recent (1.9.5), let alone current (1.9.6), 
releases?

as for running ./buildconf, from your own INSTALL:

   From here, build PHP as normal:

    $ cd /your/phpsrcdir
--> $ ./buildconf
    $ ./configure --help
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Oct 16 04:01:27 2024 UTC