diff options
author | David Soria Parra <dsp@php.net> | 2012-04-13 14:32:41 (GMT) |
---|---|---|
committer | David Soria Parra <dsp@php.net> | 2012-04-13 14:32:41 (GMT) |
commit | e9b978c374e0b8f2afd32ff07920f419fce4b9fb (patch) | |
tree | 901c7ebf271d377d0974760d46860ec48fa21581 | |
parent | e0d5138660668fc2fb6d111c76ad10ab95e9486e (diff) | |
download | php-e9b978c374e0b8f2afd32ff07920f419fce4b9fb.tar.gz |
configure.in: Check for README.GIT-RULES instead of README.SVN-RULESPHP-5.3
We removed the README.SVN-RULES file. Configure checks for this file.
Let's check for the new README.GIT-RULES instead.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |