Lower required autoconf version since 2.65 isn't needed
This commit is contained in:
committed by
Anders Kaseorg
parent
c56f8229e5
commit
03edc31ccb
+1
-1
@@ -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])])
|
||||
|
||||
Reference in New Issue
Block a user