]> git.donarmstrong.com Git - lilypond.git/blobdiff - autogen.sh
nu wel 58
[lilypond.git] / autogen.sh
index 99c803624014337eb1c75b7a3af2986c2427fb01..0b9241673a999cdbdda5009a06f45545ad55cc57 100755 (executable)
@@ -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"