From e4e7047e4a9e2210b19b35d09a207e1b2d9dd193 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 14 Jun 2000 06:30:14 +0000 Subject: [PATCH] Use the new PHP_GEN_* macros in pear --- pear/pear.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pear/pear.m4 b/pear/pear.m4 index 0bdb612d71..bf0553add1 100644 --- a/pear/pear.m4 +++ b/pear/pear.m4 @@ -75,7 +75,8 @@ PHP_SUBST(SHELL) PHP_FAST_OUTPUT(Makefile) -PHP_FAST_GENERATE +PHP_GEN_CONFIG_VARS +PHP_GEN_MAKEFILES test -d modules || mkdir modules touch .deps -- 2.50.1