]> git.alsa-project.org Git - alsa-oss.git/commitdiff
Change autoconf requirement to 2.59
authorTakashi Iwai <tiwai@suse.de>
Tue, 21 Mar 2006 17:12:56 +0000 (17:12 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 21 Mar 2006 17:12:56 +0000 (17:12 +0000)
Change AC_PREREQ to 2.59.

configure.in

index fe48872671e67b25718ac83df597ab472ed958f3..2d4660801a5afe9d550d4c2fa89e116665a5cd2d 100644 (file)
@@ -1,4 +1,4 @@
-AC_PREREQ(2.53)
+AC_PREREQ(2.59)
 AC_INIT(alsa/alsa-oss.c)
 AM_INIT_AUTOMAKE(alsa-oss, 1.0.11rc3)