From: David Soria Parra Date: Fri, 13 Apr 2012 14:32:41 +0000 (+0200) Subject: configure.in: Check for README.GIT-RULES instead of README.SVN-RULES X-Git-Tag: php-5.3.14RC1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9b978c374e0b8f2afd32ff07920f419fce4b9fb;p=php configure.in: Check for README.GIT-RULES instead of README.SVN-RULES We removed the README.SVN-RULES file. Configure checks for this file. Let's check for the new README.GIT-RULES instead. --- diff --git a/configure.in b/configure.in index 5151f342d2..f038f87494 100644 --- a/configure.in +++ b/configure.in @@ -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)