mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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.
This commit is contained in:
parent
3eae4f677a
commit
afd52f9d99
4 changed files with 21 additions and 23 deletions
|
@ -1,7 +1,8 @@
|
|||
dnl This file becomes configure.ac for self-contained extensions.
|
||||
|
||||
AC_PREREQ([2.68])
|
||||
AC_INIT(config.m4)
|
||||
AC_INIT
|
||||
AC_CONFIG_SRCDIR([config.m4])
|
||||
AC_CONFIG_AUX_DIR([build])
|
||||
AC_PRESERVE_HELP_ORDER
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue