Re: [PHP-DEV] Configure/buildconf/autoconf errors

2004-08-14 Thread Philip Olson
I don't know this topic but according to: http://www.php.net/anoncvs libtool 1.5 will not work. It also suggests older versions of the other tools although I'm unsure how much of that has to do with the page just not being updated. Regards, Philip On Sat, 14 Aug 2004, Ben Ramsey wrote: >

Re: [PHP-DEV] Configure/buildconf/autoconf errors

2004-08-14 Thread Ben Ramsey
They're installed according to however they are installed on Fedora Core 2. I didn't install either one of them; they come with the system, afaik. [EMAIL PROTECTED] ramsey]$ aclocal --print-ac-dir /usr/share/aclocal [EMAIL PROTECTED] ramsey]$ ls -l /usr/share/aclocal/libtool* -rw-r--r-- 1 root ro

Re: [PHP-DEV] Configure/buildconf/autoconf errors

2004-08-14 Thread Rasmus Lerdorf
Do this: aclocal --print-ac-dir This should show you the directory your various m4 macro files are in. The fact that the AC_PROG_LIBTOOL macro is shown as undefined is a sign that your autoconf/libtool stuff is completely misconfigured and don't know about each other. Did you install one from s

[PHP-DEV] Configure/buildconf/autoconf errors

2004-08-13 Thread Ben Ramsey
I've always had this problem, but I figured it was just something I had to learn to live with. However, this time I decided to submit it to see if it was worth passing along as a bug. Whenever I run ./buildconf, it tells me that I shouldn't run it in a release package, so I try to run autoconf,