]> granicus.if.org Git - php/commitdiff
configure.in: Check for README.GIT-RULES instead of README.SVN-RULES
authorDavid Soria Parra <dsp@php.net>
Fri, 13 Apr 2012 14:32:41 +0000 (16:32 +0200)
committerDavid Soria Parra <dsp@php.net>
Fri, 13 Apr 2012 14:32:41 +0000 (16:32 +0200)
We removed the README.SVN-RULES file. Configure checks for this file.
Let's check for the new README.GIT-RULES instead.

configure.in

index 5151f342d2e9e7acd5963f85665df450a955c410..f038f87494f2b5adff1dd0b586b285d8f734640e 100644 (file)
@@ -31,7 +31,7 @@ dnl Basic autoconf + automake initialization, generation of config.nice.
 dnl -------------------------------------------------------------------------
 
 AC_PREREQ(2.13)
-AC_INIT(README.SVN-RULES)
+AC_INIT(README.GIT-RULES)
 
 PHP_CONFIG_NICE(config.nice)