diff options
author | Sascha Schumann <sas@php.net> | 1999-10-06 18:58:14 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-10-06 18:58:14 +0000 |
commit | b2edf87b39ffb83dff52edb7f7cd24a9402ae63a (patch) | |
tree | 7ef42455542f37bd9757cd22441550f5070c477b /buildconf | |
parent | e3d0c91dbbbaedce2cff7a43ab4e9bc3accfc669 (diff) | |
download | php-git-b2edf87b39ffb83dff52edb7f7cd24a9402ae63a.tar.gz |
Allow *.a and *.o as libtool objects, and hardcode runpaths into
shared libraries.
(Both taken from FreeBSD's libtool port.)
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -114,9 +114,9 @@ fi ./scripts/preconfig -rm -f ltmain.sh +rm -f ltmain.sh ltconfig libtoolize --automake --copy --force -patch ltmain.sh < patch-ltmain.sh +cat patch-?? | patch mv aclocal.m4 aclocal.m4.old 2>/dev/null aclocal |