mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -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 -*-
|
||||
# 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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue