From 7f96af83b222dd3b09283250924037ae5d99bd51 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 20 Dec 2000 17:21:37 +0000 Subject: 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. --- acinclude.m4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'acinclude.m4') 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) ]) -- cgit v1.2.1