summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-08-21 11:03:45 +0000
committerSascha Schumann <sas@php.net>2001-08-21 11:03:45 +0000
commit9350a23b8f58b898ca90434d8ab00f013230dcd4 (patch)
treea60e86daab8069acc474a75acc115e4b9896dfa2 /acinclude.m4
parent8ab1c2aa4490f568005d570ea36a51600a3739b5 (diff)
downloadphp-git-9350a23b8f58b898ca90434d8ab00f013230dcd4.tar.gz
Move PHP_SUBSTs to configure.in.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m46
1 files changed, 0 insertions, 6 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 911b203d61..fc6f41e82f 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -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.