Re: [PHP-DEV] build no longer working

2003-02-14 Thread Marcus Börger
Ensure that m4 --version actually outputs 1.4 and not 1.4o. Some rpms are mislabeled in that area. Otherwise, the only problem source comes from having a "polluted" installation where multiple autoconf/libtool versions are sprinkled through the whole system. Thanks for the

Re: [PHP-DEV] build no longer working

2003-02-13 Thread Sascha Schumann
On Fri, 14 Feb 2003, Marcus Börger wrote: > At 01:57 14.02.2003, Jani Taskinen wrote: > >On Fri, 14 Feb 2003, Marcus Börger wrote: > > > >AC_PROG_LIBTOOL is defined in libtool.m4, > > which should come from libtool installation. > > Most likely you've just got mixed up versions in your

Re: [PHP-DEV] build no longer working

2003-02-13 Thread Marcus Börger
At 01:57 14.02.2003, Jani Taskinen wrote: On Fri, 14 Feb 2003, Marcus Börger wrote: AC_PROG_LIBTOOL is defined in libtool.m4, which should come from libtool installation. Most likely you've just got mixed up versions in your system. Easiest way to get it working is to remove _all_

Re: [PHP-DEV] build no longer working

2003-02-13 Thread Jani Taskinen
On Fri, 14 Feb 2003, Marcus Börger wrote: >[marcus@zaphod php4-HEAD]$ m4 --version >GNU m4 1.4 >[marcus@zaphod php4-HEAD]$ ../make-php-HEAD >using default Zend directory >buildconf: checking installation... >buildconf: autoconf version 2.13 (ok) >buildconf: automake version 1.5 (ok) >buildconf: l

Re: [PHP-DEV] build no longer working

2003-02-13 Thread Marcus Börger
At 00:04 14.02.2003, Sascha Schumann wrote: On Thu, 13 Feb 2003, Marcus Börger wrote: > I updated all m4,autoconf & libtool AND now i can no longer build php > > Anybody help? Get autoconf-2.13 and m4-1.4 (not 1.4o) from ftp.gnu.org. I give up for now... [marcus@zaphod php4-HEAD]$ m4

Re: [PHP-DEV] build no longer working

2003-02-13 Thread Sascha Schumann
On Thu, 13 Feb 2003, Marcus Börger wrote: > I updated all m4,autoconf & libtool AND now i can no longer build php > > Anybody help? Get autoconf-2.13 and m4-1.4 (not 1.4o) from ftp.gnu.org. - Sascha -- PHP Development Mailing List To unsubscribe, visit: http://

Re: [PHP-DEV] build no longer working

2003-02-13 Thread Magnus M@! 8!Y
On Thu, 13 Feb 2003 23:29:44 +0100 [EMAIL PROTECTED] (Marcus Börger) wrote: > I updated all m4,autoconf & libtool AND now i can no longer build php > > Anybody help? > > using default Zend directory > buildconf: checking installation... > buildconf: autoconf version 2.54 (ok) Did you try wi

[PHP-DEV] build no longer working

2003-02-13 Thread Marcus Börger
I updated all m4,autoconf & libtool AND now i can no longer build php Anybody help? using default Zend directory buildconf: checking installation... buildconf: autoconf version 2.54 (ok) buildconf: Your version of autoconf likely contains buggy cache code. Running cvsclean for you.