]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/autogen.sh
release commit
[lilypond.git] / stepmake / autogen.sh
index bf647044619930ccd500f9ec7988cc1d0abf2683..bc99b2d1afcb7715290a3ced31dc642e0cfebaa5 100755 (executable)
@@ -23,7 +23,7 @@ fi
 # If you have such a setup, invoke this script as:
 #   autoconf=autoconf2.50 ./autogen.sh
 for i in autoconf2.50 autoconf-2.50 autoconf  false; do
-  version=`$i --version 2>/dev/null | head -1 | awk '{print $NF}' | awk -F. '{print $1 * 100 + $2}'`
+  version=`$i --version 2>/dev/null | head -1 | awk '{print $NF}' | awk -F. '{print $1 * 100 + $2}'`
   if test "0$version" -ge 250; then
     autoconf=$i
     break