diff options
author | Sascha Schumann <sas@php.net> | 1999-11-08 11:04:14 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-11-08 11:04:14 +0000 |
commit | 7bc251058a87ef637ed26351291b7fc140be39d2 (patch) | |
tree | 1d3839819cbe9045e5e9e597d60e1742b4156437 /buildconf | |
parent | b87228e491d177af41bc96cb3e42000e60f2f934 (diff) | |
download | php-git-7bc251058a87ef637ed26351291b7fc140be39d2.tar.gz |
Add libtool files to CVS. Advantages:
- PHP-specific changes are easier to maintain
- it removes one dependency for users (i.e. GNU vs. FreeBSD ports)
I have not removed the libtool check in buildconf, since libzend/TSRM still
depend on a local version of libtool.
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -114,11 +114,6 @@ fi ./scripts/preconfig -rm -f ltmain.sh ltconfig -libtoolize --automake --copy --force -patch ltconfig < patch-aa -patch ltmain.sh < patch-ab - mv aclocal.m4 aclocal.m4.old 2>/dev/null aclocal if test "$?" != "0" -a "$am_prefix" != "$lt_prefix"; then |