From a29ffa537bcaddc6af2183e31418e4d4cf914691 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 25 Sep 2002 20:57:06 +0000 Subject: [PATCH] fix computation of APIVERSION --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 3f2ff51a..3c2f517b 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 -- 2.43.5