summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMarc Jessome <marc.jessome@gmail.com>2013-08-08 22:25:45 -0400
committerAndrzej Rybczak <electricityispower@gmail.com>2013-09-25 14:27:03 +0200
commit955d308bca9ff24ba56dd0669bb3608b3f29ca07 (patch)
tree36f99dbc5209da4b0d421755df17f994391797a4 /autogen.sh
parentc6a710b61229106162a71445e750e757a126b69b (diff)
Rename configure.in -> configure.ac
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index f5590e6b..ad0acb74 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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
;;