summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2012-04-13 14:33:25 (GMT)
committerDavid Soria Parra <dsp@php.net>2012-04-13 14:33:25 (GMT)
commitde6dfe5bbd197e6387f0044b857b518e29e27283 (patch)
tree527a2b6b692ed12292ce0c1a7bc8d03ed38265ac
parent676f0deb38910bcc859924f871c284b73a9dd13d (diff)
parente9b978c374e0b8f2afd32ff07920f419fce4b9fb (diff)
downloadphp-PHP-5.4.tar.gz
Merge branch 'PHP-5.3' into PHP-5.4PHP-5.4
* PHP-5.3: configure.in: Check for README.GIT-RULES instead of README.SVN-RULES Conflicts: configure.in
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 49a88b1..76f3598 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@ dnl Basic autoconf + automake initialization, generation of config.nice.
dnl -------------------------------------------------------------------------
AC_PREREQ(2.59)
-AC_INIT(README.SVN-RULES)
+AC_INIT(README.GIT-RULES)
ifdef([AC_PRESERVE_HELP_ORDER], [AC_PRESERVE_HELP_ORDER], [])
PHP_CONFIG_NICE(config.nice)