X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/f1f924b61976585c693f1f18445889ae891e2211..c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1:/autogen.sh diff --git a/autogen.sh b/autogen.sh index fb5917fbbf..0c92047e46 100755 --- a/autogen.sh +++ b/autogen.sh @@ -34,7 +34,7 @@ progs="autoconf automake" ## Minimum versions we need: -autoconf_min=`sed -n 's/^ *AC_PREREQ(\([0-9\.]*\)).*/\1/p' configure.in` +autoconf_min=`sed -n 's/^ *AC_PREREQ(\([0-9\.]*\)).*/\1/p' configure.ac` ## FIXME how to determine this from the sources? automake_min=1.11