]> granicus.if.org Git - php/commit
Refactor AC_INIT in configure.ac and PHP versions
authorPeter Kokot <peterkokot@gmail.com>
Tue, 19 Mar 2019 22:49:26 +0000 (23:49 +0100)
committerPeter Kokot <peterkokot@gmail.com>
Sun, 7 Apr 2019 03:52:14 +0000 (05:52 +0200)
commitafd52f9d9986d92dd0c63832a07ab1a16bf11d53
tree1bc5cd2b4ab427dcd104500affba7bf7ba6973f8
parent3eae4f677a604a547a1847a4fb0ba54e813c90c9
Refactor AC_INIT in configure.ac and PHP versions

Since Autoconf 2.53 the AC_INIT call with only a single argument has
been made obsolete and now includes several other optional arguments to
make installation experience a bit better by providing program version
and links to the project in the `./configure -h` output. This patch also
updates win build version. The phpize.m4 AC_INIT has been updated with
the call without arguments.
buildconf
configure.ac
scripts/phpize.m4
win32/build/confutils.js