summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-07-08 21:52:49 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-07-08 21:52:49 -0700
commitc4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1 (patch)
tree712790cc90ed29dda310c6b461ff3b6a7b04947d /autogen.sh
parentf1f924b61976585c693f1f18445889ae891e2211 (diff)
downloademacs-c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1.tar.gz
Rename configure.in to configure.ac.
Fixes: debbugs:11603
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 fb5917fbbf7..0c92047e469 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