mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress
defining PACKAGE/VERSION.
This commit is contained in:
parent
a777149199
commit
15c53ba23c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user