Re: [PHP-DEV] libtool configure fails [was Re: [PHP-DEV] Trying to get buildconf to use libtool 1.4 installed in non-standard place]

2001-05-23 Thread Yusuf Goolamabbas
Thanks for the info Sascha, Would placing the libtool.m4 from libtool 1.4 into the system aclocal tree cause any grief whilst compiling sources which don't require libtool 1.4 and work with libtool 1.3.x I am trying to create a sandboxed environment to assist in compiling PHP out of CVS. I am n

[PHP-DEV] libtool configure fails [was Re: [PHP-DEV] Trying to get buildconf to use libtool 1.4 installed in non-standard place]

2001-05-23 Thread Yusuf Goolamabbas
I tried that. This is what I get whilst doing ./configure. My build tree is separate from my source tree My source tree is /usr/local/src/php4 /Zend /TSRM My build tree is /usr/local/src/phpbuild Configuring libtool checking build system type...

[PHP-DEV] Trying to get buildconf to use libtool 1.4 installed in non-standard place

2001-05-23 Thread Yusuf Goolamabbas
Hi, I am using FreeBSD 4.3-stable which comes with libtool 1.3.4 in /usr/ports/devel. (There is a note that it won't be upgraded to libtool 1.4 unless someone provides a working patch) I installed libtool 1.4 from ftp.gnu.org in /usr/local/site/libtool Setting an alias libtool to point to this ve