From cc5e008b726650cb90ccd9ab876e74544daa1f8a Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 18 Apr 1999 18:06:54 +0000 Subject: * 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 --- scripts/mkextlib.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') 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) -- cgit v1.2.1