Re: [PHP-DEV] Re: Bug #16552 Updated: Undefined macro `AC_PROG_LIBTOOL'

2002-04-11 Thread Mike Bobbitt
lt;[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 10:59 AM Subject: Re: [PHP-DEV] Re: Bug #16552 Updated: Undefined macro `AC_PROG_LIBTOOL' > Actually, using the latest autoconf 2.52 did the trick. You can fake the > libtool check. > > For Redhat users, grab: > > ftp

Re: [PHP-DEV] Re: Bug #16552 Updated: Undefined macro `AC_PROG_LIBTOOL'

2002-04-11 Thread Jan Lehnardt
Hi, On Thu, 11 Apr 2002 07:59:43 -0700 (PDT) Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > Actually, using the latest autoconf 2.52 did the trick. You can fake the > libtool check. latest autoconf is 2.53. (My) FreeBSD is having troubles with HEAD and autoconf 2.52; 2.53 works fine except some war

Re: [PHP-DEV] Re: Bug #16552 Updated: Undefined macro `AC_PROG_LIBTOOL'

2002-04-11 Thread Rasmus Lerdorf
Actually, using the latest autoconf 2.52 did the trick. You can fake the libtool check. For Redhat users, grab: ftp://speakeasy.rpmfind.net/linux/rawhide/1.0/SRPMS/SRPMS/autoconf-2.52-7.src.rpm And build it. -Rasmus On Thu, 11 Apr 2002, Jon Parise wrote: > On Thu, Apr 11, 2002 at 07:51:49AM

Re: [PHP-DEV] Re: Bug #16552 Updated: Undefined macro `AC_PROG_LIBTOOL'

2002-04-11 Thread Jon Parise
On Thu, Apr 11, 2002 at 07:51:49AM -0700, Rasmus Lerdorf wrote: > I get the same in current HEAD > > autoconf 2.13 > automake 1.4 > libtool 1.3.5 You need libtool 1.4+ to build HEAD / 4.2. That's a pain under FreeBSD because libtool 1.3.5 is the latest version in the ports tree, so you need to

[PHP-DEV] Re: Bug #16552 Updated: Undefined macro `AC_PROG_LIBTOOL'

2002-04-11 Thread Rasmus Lerdorf
I get the same in current HEAD autoconf 2.13 automake 1.4 libtool 1.3.5 Same thing in the 4.2 branch. Works fine in the 4_0_7 branch It also worked fine about a week ago, so something changed in the past week in both HEAD and 4.2. -Rasmus On 11 Apr 2002 [EMAIL PROTECTED] wrote: > ID: