Skip to content

Commit

Permalink
Lower required autoconf version since 2.65 isn't needed
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinmit authored and andersk committed Mar 7, 2012
1 parent c56f822 commit 03edc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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])])
Expand Down

0 comments on commit 03edc31

Please sign in to comment.