Change autoconf requirement to 2.59

Change AC_PREREQ to 2.59.
This commit is contained in:
Takashi Iwai 2006-03-21 16:56:16 +00:00
parent 5ba4634ab5
commit 3b692f9d6b

View file

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53) AC_PREREQ(2.59)
AC_INIT(src/control/control.c) AC_INIT(src/control/control.c)
dnl ************************************************* dnl *************************************************
dnl current:revision:age dnl current:revision:age