From 03edc31ccb0d646ada04c3751817c871ecdbfe45 Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Mon, 27 Feb 2012 22:56:42 -0500 Subject: [PATCH] Lower required autoconf version since 2.65 isn't needed --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e64280f..eb7f89a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.65]) +AC_PREREQ([2.61]) AC_INIT([mosh], [0.96a], [mosh-devel@mit.edu]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])