diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-18 18:06:54 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-18 18:06:54 +0000 |
commit | cc5e008b726650cb90ccd9ab876e74544daa1f8a (patch) | |
tree | fafd1662ccbb13d51364523b04ebbda56bf3a927 /scripts | |
parent | 5e8c3228596c4078304868d94658e5c8e87b08ef (diff) | |
download | php-git-cc5e008b726650cb90ccd9ab876e74544daa1f8a.tar.gz |
* Added buildconf, runs all the scripts necessary to build configure (Stig - if there's any way
to detect whether we need to run 'automake --add-missing', please add it...)
* Make vpath work again
* Minor UNIX bugfixes
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mkextlib.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/mkextlib.in b/scripts/mkextlib.in index 2370ae22a2..7acb214e18 100755 --- a/scripts/mkextlib.in +++ b/scripts/mkextlib.in @@ -13,5 +13,4 @@ for dir in $extensions; do ext_libs="$ext_libs $archive" done -dir=`dirname $0` -(set -x; $dir/armerge $outfile $ext_libs) +(set -x; $top_srcdir/scripts/armerge $outfile $ext_libs) |