From: Sascha Schumann Date: Sat, 2 Dec 2000 13:26:03 +0000 (+0000) Subject: Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress X-Git-Tag: php-4.0.5RC1~1049 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15c53ba23c98296b95db24c911e9cd9760559665;p=php Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress defining PACKAGE/VERSION. --- 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