Relax autoconf dependency

This commit is contained in:
Keith Winstein
2012-02-19 22:57:15 -05:00
parent c3fbad29f9
commit 356ce40cea
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67])
AC_PREREQ([2.65])
AC_INIT([mosh], [0.94], [mosh-devel@mit.edu])
AM_INIT_AUTOMAKE([-Wall -Werror])
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])