diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-03-30 16:01:53 +0100 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-03-30 16:01:53 +0100 |
commit | d31a40dbcddc4dfee2fa76b51e62e9eee34d2298 (patch) | |
tree | 9111fdf8a97a18ab47faa25365392f7d71fea9c1 /configure.ac | |
parent | 7d090910863c6db9d7f09614f8b5d61bff3e9b71 (diff) | |
parent | a8e879c53fa954ff51736eff3f9cdb8e26256337 (diff) | |
download | php-git-d31a40dbcddc4dfee2fa76b51e62e9eee34d2298.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Join README.GIT-RULES and CONTRIBUTING.md
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 15e8cfd80d..b41462f1fd 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl Basic autoconf initialization, generation of config.nice. dnl ------------------------------------------------------------------------- AC_PREREQ([2.68]) -AC_INIT(README.GIT-RULES) +AC_INIT([main/php_version.h]) AC_CONFIG_AUX_DIR([build]) AC_PRESERVE_HELP_ORDER |