Lower required autoconf version since 2.65 isn't needed

This commit is contained in:
Quentin Smith
2012-02-27 22:56:42 -05:00
committed by Anders Kaseorg
parent c56f8229e5
commit 03edc31ccb
+1 -1
View File
@@ -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])])