]> granicus.if.org Git - php/commitdiff
Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress
authorSascha Schumann <sas@php.net>
Sat, 2 Dec 2000 13:26:03 +0000 (13:26 +0000)
committerSascha Schumann <sas@php.net>
Sat, 2 Dec 2000 13:26:03 +0000 (13:26 +0000)
defining PACKAGE/VERSION.

configure.in

index 785a476b15833439cf9d8a47155198ad986459bb..42b42310f6799c061fee2ade4ee1be8ebd7113d9 100644 (file)
@@ -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