summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2002-09-25 20:57:06 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2002-09-25 20:57:06 +0000
commit1412db0c5b81399ef1c37ce32c309f38e1762603 (patch)
treeb613cb21464ca38c73b21f8a2a0b9405da6ef3a6 /bootstrap
parentbc638d9737ac0b60243db04508712cc0545daa34 (diff)
downloadautomake-1412db0c5b81399ef1c37ce32c309f38e1762603.tar.gz
fix computation of APIVERSION
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 3f2ff51a8..3c2f517b6 100755
--- a/bootstrap
+++ b/bootstrap
@@ -39,7 +39,7 @@ PACKAGE=automake
datadir=.
# Read the rule for calculating APIVERSION and execute it
-apiver_cmd=`sed -ne '/^APIVERSION=/p' configure.in`
+apiver_cmd=`sed -ne 's/\[\[/[/g;s/\]\]/]/g;/^APIVERSION=/p' configure.in`
eval $apiver_cmd
# Sanity checks