Change autoconf requirement to 2.59

Change AC_PREREQ to 2.59.
This commit is contained in:
Takashi Iwai 2006-03-21 17:05:19 +00:00
parent 19609d86eb
commit c7e2c700b9

View file

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
AC_PREREQ(2.59)
AC_INIT(alsamixer/alsamixer.c)
AC_PREFIX_DEFAULT(/usr)
AM_INIT_AUTOMAKE(alsa-utils, 1.0.11rc2)