From e9b978c374e0b8f2afd32ff07920f419fce4b9fb Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Fri, 13 Apr 2012 16:32:41 +0200 Subject: [PATCH] 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. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0