Added AC_PREREQ(2.53) for autoconf

This commit is contained in:
Jaroslav Kysela 2004-04-03 08:40:17 +00:00
parent ca51bbf2a4
commit 18e600ed35

View file

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