From: Patrick McCarty Date: Thu, 6 May 2010 23:54:31 +0000 (-0700) Subject: Build: Bump the Autoconf minimum version. X-Git-Tag: release/2.13.21-1~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=96ef99787644b976bda6b3164d59bc3826359708;p=lilypond.git Build: Bump the Autoconf minimum version. There are issues with Autoconf < 2.60 and checking for gettext (see issue #805), so let's try a more modern version. --- diff --git a/configure.in b/configure.in index cf7ac0535e..2615b322d3 100644 --- a/configure.in +++ b/configure.in @@ -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