configure.ac: drop autoconf version dependency to 2.61, so that we

can build on Hardy
This commit is contained in:
Dustin Kirkland 2010-08-03 15:16:18 -04:00
commit 56fddc59be
2 changed files with 3 additions and 2 deletions

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(byobu, 3.0, http://bugs.launchpad.net/byobu)
AM_INIT_AUTOMAKE(byobu, 3.0)