From: Stig Bakken Date: Thu, 27 May 1999 08:53:21 +0000 (+0000) Subject: self-contained extensions please :-) X-Git-Tag: BEFORE_REMOVING_GC_STEP1~262 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96434e48996edd62398643505a7d8e483d1d930e;p=php self-contained extensions please :-) --- diff --git a/configure.in.in b/configure.in.in index 40c8c5b49c..29b474ef8b 100644 --- a/configure.in.in +++ b/configure.in.in @@ -875,7 +875,6 @@ AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS") AC_OUTPUT(Makefile libphp4.module scripts/mkextlib regex/Makefile ext/Makefile - ext/pcre/pcrelib/Makefile @@EXT_MAKEFILES@@ build-defs.h, [ ], [ diff --git a/scripts/preconfig b/scripts/preconfig index 34cef71f11..60b7f970ac 100755 --- a/scripts/preconfig +++ b/scripts/preconfig @@ -10,7 +10,8 @@ if test -w configure.in.new || test -w acconfig.h.new ; then exit 1 fi -makefiles=`echo ext/*/Makefile.am | sed -e 's/\.am//g'` +makefileams=`find ext -name Makefile.am -print` +makefiles=`echo $makefileams | sed -e 's/\.am//g'` echo "dnl $disclaimer" > configure.in.new sed -e "s#@@EXT_MAKEFILES@@#$makefiles#" configure.in.in >> configure.in.new cmp configure.in configure.in.new > /dev/null 2>&1