Re: [PHP-DEV] Troubles compiling current CVS

2001-08-04 Thread Stuart Rocks
> You probably created configure using libtool 1.3, so it is > still referencing ltconfig. > > A "./cvsclean; ./buildconf" should help. Right, I compiled all the new m4 type stuff when adding libtool 1.4, like m4, automake and autoconfig. I did the ./cvsclean, but the ./buildconf fail

[PHP-DEV] Troubles compiling current CVS

2001-08-03 Thread Stuart Rocks
Spend ages trying to get this current CVS installed. It bitched that I needed libtool 1.4, but when I installed it I lost ltconfig. The install docs for libtool said ltconfig wasn't needed anymore, but ./configure for php said I needed it. I tried editing ltconfig manually but got lost. Or is thi