make autoconf 2.54 required. makes automake1.6 get used on some systems

This commit is contained in:
Dana Jansens 2003-05-25 01:35:18 +00:00
parent 48a75b80d6
commit b5b350bbb1

View file

@ -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])