1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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.
This commit is contained in:
Sascha Schumann
1999-11-08 11:04:14 +00:00
parent b87228e491
commit 7bc251058a
4 changed files with 7082 additions and 20 deletions

View File

@@ -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