Commit: e9b978c374e0b8f2afd32ff07920f419fce4b9fb Author: David Soria Parra <d...@php.net> Fri, 13 Apr 2012 16:32:41 +0200 Parents: e0d5138660668fc2fb6d111c76ad10ab95e9486e Branches: PHP-5.3 PHP-5.4 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=e9b978c374e0b8f2afd32ff07920f419fce4b9fb Log: 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. Changed paths: M configure.in Diff: diff --git a/configure.in b/configure.in index 5151f34..f038f87 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) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php