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)

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (3.1) unreleased; urgency=low
* UNRELEASED
* configure.ac: drop autoconf version dependency to 2.61, so that we
can build on Hardy
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 02 Aug 2010 22:30:53 -0400