diff options
author | foobar <sniper@php.net> | 2005-02-24 18:11:36 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-02-24 18:11:36 +0000 |
commit | 2a6da0f24cbd04361c044c1cdf6b6b30d08a245e (patch) | |
tree | 09677e3ea8561d2f4854f79fc86ed3c894493757 /scripts | |
parent | 129a8a760765fe2996c63ca3bddcca228f3a48d4 (diff) | |
download | php-git-2a6da0f24cbd04361c044c1cdf6b6b30d08a245e.tar.gz |
- 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)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/phpize.m4 | 7 |
1 files changed, 1 insertions, 6 deletions
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 |