X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autogen.sh;h=0b9241673a999cdbdda5009a06f45545ad55cc57;hb=762ca4af538f1d566e396a1b52e84a6bc6b919f3;hp=99c803624014337eb1c75b7a3af2986c2427fb01;hpb=d1ce3ba463de3dec792eec551e430255b9f73de4;p=lilypond.git diff --git a/autogen.sh b/autogen.sh index 99c8036240..0b9241673a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,6 +7,8 @@ srcdir=`dirname $0` DIE=0 +# autoconf > 2.50 is not very common yet, +# and disappointingly incompatible with the widely available 2.13 version=`autoconf --version 2>/dev/null | awk '{print $3}'` if test "$version" != "2.13"; then echo "ERROR: Please install autoconf 2.13"