diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2009-11-28 18:56:20 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2009-11-28 18:56:20 +0000 |
commit | c9ab4df5212cdc4acc82935724135070db77046e (patch) | |
tree | e7df5b0dd64dc2bd69d9ebdac4a4b93335c5f33a /configure.in | |
parent | 6961cd023a5e637e7f1e252a3bf36de2225611a7 (diff) | |
download | php-git-c9ab4df5212cdc4acc82935724135070db77046e.tar.gz |
This macro needs to come after AC_INIT
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index bb98fe009a..c832850a75 100644 --- a/configure.in +++ b/configure.in @@ -9,8 +9,8 @@ dnl Basic autoconf + automake initialization, generation of config.nice. dnl ------------------------------------------------------------------------- AC_PREREQ(2.60) -AC_PRESERVE_HELP_ORDER AC_INIT(README.SVN-RULES) +AC_PRESERVE_HELP_ORDER PHP_CONFIG_NICE(config.nice) |