From 2a6da0f24cbd04361c044c1cdf6b6b30d08a245e Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 24 Feb 2005 18:11:36 +0000 Subject: - Restructured and added a few comments here and there. - Made macros of couple of tests previously littering configure.in (e.g. PHP_PROG_AWK, PHP_PROG_LEX, PHP_PROG_BISON..) - Moved all PHP_SUBST() calls into their respective macros. (no point adding empty entries in Makefile if macro is not used) --- scripts/phpize.m4 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'scripts/phpize.m4') diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index 303ea5cfe2..c6a57302a4 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -58,7 +58,7 @@ PHP_BUILD_SHARED AC_PREFIX_DEFAULT() PHP_PROG_RE2C -AC_PROG_AWK +PHP_PROG_AWK sinclude(config.m4) @@ -86,7 +86,6 @@ PHP_SUBST(libdir) PHP_SUBST(prefix) PHP_SUBST(phplibdir) -PHP_SUBST(PHP_COMPILE) PHP_SUBST(CC) PHP_SUBST(CFLAGS) PHP_SUBST(CFLAGS_CLEAN) @@ -98,15 +97,11 @@ PHP_SUBST(EXTENSION_DIR) PHP_SUBST(EXTRA_LDFLAGS) PHP_SUBST(EXTRA_LIBS) PHP_SUBST(INCLUDES) -PHP_SUBST(LEX) -PHP_SUBST(LEX_OUTPUT_ROOT) PHP_SUBST(LFLAGS) PHP_SUBST(LDFLAGS) PHP_SUBST(SHARED_LIBTOOL) PHP_SUBST(LIBTOOL) PHP_SUBST(SHELL) -PHP_SUBST(AWK) -PHP_SUBST(RE2C) PHP_GEN_BUILD_DIRS PHP_GEN_GLOBAL_MAKEFILE -- cgit v1.2.1