Browse Source

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.
pull/56/head
David Soria Parra 14 years ago
parent
commit
e9b978c374
  1. 2
      configure.in

2
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)

Loading…
Cancel
Save