summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-05-09 12:06:44 +0000
committerfoobar <sniper@php.net>2002-05-09 12:06:44 +0000
commit1d4753755d179c7e0c6556e3e5ae3356f6358406 (patch)
tree5aae480e48ebb15160a6c626abb6758de77fe938 /configure.in
parentf58ad95c003c33009479495a253b38c490741a1e (diff)
downloadphp-git-1d4753755d179c7e0c6556e3e5ae3356f6358406.tar.gz
Fix 'php-config --version'
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 4fa017eace..2f17dad7d3 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,6 @@ MAJOR_VERSION=4
MINOR_VERSION=3
RELEASE_VERSION=0
EXTRA_VERSION="-dev"
-#VERSION="4.3.0-dev"
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
dnl Define where extension directories are located in the configure context
@@ -1031,7 +1030,7 @@ PHP_SUBST_OLD(PHP_LIBS)
PHP_SUBST(OVERALL_TARGET)
PHP_SUBST(PHP_RPATHS)
PHP_SUBST(PHP_SAPI)
-PHP_SUBST(PHP_VERSION)
+PHP_SUBST_OLD(PHP_VERSION)
PHP_SUBST(PROG_SENDMAIL)
PHP_SUBST(SHELL)
PHP_SUBST(SHARED_LIBTOOL)