mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:35:42 +01:00
Change autoconf requirement to 2.59
Change AC_PREREQ to 2.59.
This commit is contained in:
parent
19609d86eb
commit
c7e2c700b9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue