summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-04-18 18:06:54 +0000
committerZeev Suraski <zeev@php.net>1999-04-18 18:06:54 +0000
commitcc5e008b726650cb90ccd9ab876e74544daa1f8a (patch)
treefafd1662ccbb13d51364523b04ebbda56bf3a927 /scripts
parent5e8c3228596c4078304868d94658e5c8e87b08ef (diff)
downloadphp-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-xscripts/mkextlib.in3
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)