mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-19 21:13:19 -07:00
configure.ac: drop autoconf version dependency to 2.61, so that we
can build on Hardy
This commit is contained in:
parent
ad5056d24d
commit
56fddc59be
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# -*- Autoconf -*-
|
# -*- Autoconf -*-
|
||||||
# Process this file with autoconf to produce a configure script.
|
# 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)
|
AC_INIT(byobu, 3.0, http://bugs.launchpad.net/byobu)
|
||||||
AM_INIT_AUTOMAKE(byobu, 3.0)
|
AM_INIT_AUTOMAKE(byobu, 3.0)
|
||||||
|
|
||||||
|
|
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
||||||
byobu (3.1) unreleased; urgency=low
|
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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 02 Aug 2010 22:30:53 -0400
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue