make autoconf 2.54 required. makes automake1.6 get used on some systems
This commit is contained in:
parent
48a75b80d6
commit
b5b350bbb1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
AC_PREREQ([2.50])
|
||||
AC_PREREQ([2.54])
|
||||
AC_INIT([openbox], [2.90.0cvs], [http://bugzilla.icculus.org])
|
||||
AM_INIT_AUTOMAKE
|
||||
AC_CONFIG_SRCDIR([kernel/openbox.c])
|
||||
|
|
Loading…
Reference in a new issue