From: Alexandre Duret-Lutz Date: Wed, 25 Sep 2002 20:57:06 +0000 (+0000) Subject: fix computation of APIVERSION X-Git-Tag: Release-1-7-2b~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1412db0c5b81399ef1c37ce32c309f38e1762603;p=thirdparty%2Fautomake.git fix computation of APIVERSION --- 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