summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-12-02 13:26:03 +0000
committerSascha Schumann <sas@php.net>2000-12-02 13:26:03 +0000
commit15c53ba23c98296b95db24c911e9cd9760559665 (patch)
tree4be09871781cb46f90046a97ef2a040a704c1e5f
parenta7771491995b032379bbf6e85bbd76a7175aa07a (diff)
downloadphp-git-15c53ba23c98296b95db24c911e9cd9760559665.tar.gz
Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress
defining PACKAGE/VERSION.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 785a476b15..42b42310f6 100644
--- a/configure.in
+++ b/configure.in
@@ -51,7 +51,7 @@ dnl ## All of these are normally in the extension directories.
dnl ## Diversion 5 is the last one. Here we generate files and clean up.
dnl ## This is where the version number is changed from now on!
-AM_INIT_AUTOMAKE(php, 4.0.5-dev)
+AM_INIT_AUTOMAKE(php, 4.0.5-dev, nodefine)
PHP_VERSION=$VERSION
echo "/* automatically generated by configure */" > php_version.h.new