diff options
author | Marc Jessome <marc.jessome@gmail.com> | 2013-08-08 22:25:45 -0400 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2013-09-25 14:27:03 +0200 |
commit | 955d308bca9ff24ba56dd0669bb3608b3f29ca07 (patch) | |
tree | 36f99dbc5209da4b0d421755df17f994391797a4 /autogen.sh | |
parent | c6a710b61229106162a71445e750e757a126b69b (diff) |
Rename configure.in -> configure.ac
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;; |