]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: Bump the Autoconf minimum version.
authorPatrick McCarty <pnorcks@gmail.com>
Thu, 6 May 2010 23:54:31 +0000 (16:54 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sat, 8 May 2010 21:53:38 +0000 (14:53 -0700)
There are issues with Autoconf < 2.60 and checking for gettext
(see issue #805), so let's try a more modern version.

configure.in

index cf7ac0535e5585a07667ef332874a91781ffe687..2615b322d3f8ba3c7623f111bc79356fea401c12 100644 (file)
@@ -1,7 +1,7 @@
 dnl configure.in   -*-shell-script-*-
 dnl Process this file with autoconf to produce a configure script.
 
-AC_PREREQ(2.50)
+AC_PREREQ(2.60)
 
 # Bootstrap the init proces.
 AC_INIT