]> granicus.if.org Git - php/commitdiff
Move PHP_SUBSTs to configure.in.
authorSascha Schumann <sas@php.net>
Tue, 21 Aug 2001 11:03:45 +0000 (11:03 +0000)
committerSascha Schumann <sas@php.net>
Tue, 21 Aug 2001 11:03:45 +0000 (11:03 +0000)
acinclude.m4
configure.in

index 911b203d6139d8a13a3f2d177c2c229fe4a04bea..fc6f41e82f94e5c70a207980bdb42da97eedc257 100644 (file)
@@ -928,12 +928,6 @@ dnl ---------------------------------------------- Shared module
   PHP_FAST_OUTPUT($ext_builddir/Makefile)
 ])
 
-PHP_SUBST(EXT_SUBDIRS)
-PHP_SUBST(EXT_STATIC)
-PHP_SUBST(EXT_SHARED)
-PHP_SUBST(EXT_LIBS)
-PHP_SUBST(EXT_LTLIBS)
-
 dnl
 dnl Solaris requires main code to be position independent in order
 dnl to let shared objects find symbols.  Weird.  Ugly.
index a6c07d11bcc0a0fbc431116d36cdf37a5849ce86..90b05788557f84e73294d435b4d02c46e4f1acb7 100644 (file)
@@ -822,6 +822,12 @@ PHP_OS=`uname`
 AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output])
 
 
+PHP_SUBST(EXT_SUBDIRS)
+PHP_SUBST(EXT_STATIC)
+PHP_SUBST(EXT_SHARED)
+PHP_SUBST(EXT_LIBS)
+PHP_SUBST(EXT_LTLIBS)
+
 PHP_SUBST_OLD(abs_builddir)
 PHP_SUBST_OLD(abs_srcdir)
 PHP_SUBST(bindir)