X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autogen.sh;h=c9128e998d645348b257b95eed49182364f62fc0;hb=35f48f6592df5dabe2b2c4633953eb1547fc6607;hp=20119e883179215f2939e7fdbc3ec69650454a24;hpb=7ba6b0e42d76063d7657325cea92d76d7701fb94;p=lilypond.git diff --git a/autogen.sh b/autogen.sh index 20119e8831..c9128e998d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,7 +13,6 @@ srcdir=`dirname $0` # advertises itself as autoconf 2.13. # If you have such a setup, invoke this script as: # autoconf=autoconf ./autogen.sh -set -x for i in in autoconf autoconf2.50 false; do version=`$i --version 2>/dev/null | head -1 | awk '{print $NF}' | awk -F. '{print $1 * 100 + $2}'` if test "0$version" -ge 250; then