From 96ef99787644b976bda6b3164d59bc3826359708 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Thu, 6 May 2010 16:54:31 -0700 Subject: [PATCH] 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. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5