]> granicus.if.org Git - php/commitdiff
This macro needs to come after AC_INIT
authorRasmus Lerdorf <rasmus@php.net>
Sat, 28 Nov 2009 18:56:20 +0000 (18:56 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 28 Nov 2009 18:56:20 +0000 (18:56 +0000)
configure.in

index bb98fe009a34aa990ed50bc4fe6e21ad79d4d0db..c832850a75503d5075c191c6597b87a186ca4723 100644 (file)
@@ -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)