summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-09-24 21:20:06 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-09-24 21:20:06 +0000
commit18d5b4821f87f7948a3495d2388b04aa60cc1216 (patch)
tree66b1e12b91c249b4da81023d9d676cb6db6228d5 /bootstrap
parent608f5adbefd1796e541e93e59a46ec44269a9de5 (diff)
downloadautomake-18d5b4821f87f7948a3495d2388b04aa60cc1216.tar.gz
* configure.in: Rename as ...
* configure.ac: ... this. * README: s/configure.in/configure.ac/.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 2ac80347c..132cbc13f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -53,7 +53,7 @@ if test -z "$PERL"; then
fi
# Variables to substitute
-VERSION=`sed -ne '/AC_INIT/s/^[^[]*\[[^[]*\[\([^]]*\)\].*$/\1/p' configure.in`
+VERSION=`sed -ne '/AC_INIT/s/^[^[]*\[[^[]*\[\([^]]*\)\].*$/\1/p' configure.ac`
PACKAGE=automake
datadir=.
@@ -67,7 +67,7 @@ else
fi
# Read the rule for calculating APIVERSION and execute it
-apiver_cmd=`sed -ne 's/\[\[/[/g;s/\]\]/]/g;/^APIVERSION=/p' configure.in`
+apiver_cmd=`sed -ne 's/\[\[/[/g;s/\]\]/]/g;/^APIVERSION=/p' configure.ac`
eval $apiver_cmd
# Sanity checks