diff options
author | Sascha Schumann <sas@php.net> | 2000-12-21 05:26:45 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-12-21 05:26:45 +0000 |
commit | e6f9ea51583454647bc9b010306e9df32da35bd0 (patch) | |
tree | d4b97aa39ba37ae6c9a5a82f2b2f5bd016dca595 | |
parent | 30cb5f32f6bdfeeb4910925e379ac4252b112264 (diff) | |
download | php-git-e6f9ea51583454647bc9b010306e9df32da35bd0.tar.gz |
Some AC_SUBST substitutions were removed which are still needed.
Submitted by: Andrei Zmievski
-rw-r--r-- | configure.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in index dc688a43ce..dace66448f 100644 --- a/configure.in +++ b/configure.in @@ -720,20 +720,20 @@ PHP_SUBST(prefix) PHP_SUBST(AWK) PHP_SUBST(CC) PHP_SUBST(CFLAGS) -PHP_SUBST(CONFIGURE_COMMAND) +PHP_SUBST_OLD(CONFIGURE_COMMAND) PHP_SUBST(CPP) PHP_SUBST(CPPFLAGS) PHP_SUBST(CXX) PHP_SUBST(CXXFLAGS) PHP_SUBST(CXX_PHP_COMPILE) -PHP_SUBST(DEBUG_CFLAGS) +PHP_SUBST_OLD(DEBUG_CFLAGS) PHP_SUBST(DEFS) -PHP_SUBST(EXTENSION_DIR) +PHP_SUBST_OLD(EXTENSION_DIR) PHP_SUBST(EXTRA_LDFLAGS) PHP_SUBST(EXTRA_LIBS) PHP_SUBST(INCLUDES) -PHP_SUBST(INCLUDE_PATH) -PHP_SUBST(INSTALL_IT) +PHP_SUBST_OLD(INCLUDE_PATH) +PHP_SUBST_OLD(INSTALL_IT) PHP_SUBST(LEX) PHP_SUBST(LEX_OUTPUT_ROOT) PHP_SUBST(LFLAGS) |