Rename configure.in -> configure.ac

This commit is contained in:
Marc Jessome
2013-08-08 22:25:45 -04:00
committed by Andrzej Rybczak
parent c6a710b612
commit 955d308bca
3 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ do
case "$c" in
autoconf|autoheader)
VERNEEDED=`fgrep AC_PREREQ configure.in | $AC_VERSIONGREP`
VERNEEDED=`fgrep AC_PREREQ configure.ac | $AC_VERSIONGREP`
VERSIONS="$AC_VERSIONS"
pkg=autoconf
;;