summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-12-20 17:21:37 +0000
committerSascha Schumann <sas@php.net>2000-12-20 17:21:37 +0000
commit7f96af83b222dd3b09283250924037ae5d99bd51 (patch)
tree396d5c982cb3040652cd614aba41b5c478bf79da /acinclude.m4
parent060e647e5e420dbb9654314d4d1e3f503acce28a (diff)
downloadphp-git-7f96af83b222dd3b09283250924037ae5d99bd51.tar.gz
Stop automatically passing vars to AC_SUBST through PHP_SUBST.
There are some variables which are needed for Makefiles and files created by AC_OUTPUT; we use PHP_SUBST_OLD for those now. genif.sh was moved to an appropiate place.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index cf0d6a87d7..59e651f6f0 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -321,6 +321,10 @@ fi
AC_DEFUN(PHP_SUBST,[
PHP_VAR_SUBST="$PHP_VAR_SUBST $1"
+])
+
+AC_DEFUN(PHP_SUBST_OLD,[
+ PHP_SUBST($1)
AC_SUBST($1)
])