mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:35:42 +01:00
Added AC_PREREQ(2.53) for autoconf
This commit is contained in:
parent
ca51bbf2a4
commit
18e600ed35
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +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_INIT(alsamixer/alsamixer.c)
|
AC_INIT(alsamixer/alsamixer.c)
|
||||||
AC_PREFIX_DEFAULT(/usr)
|
AC_PREFIX_DEFAULT(/usr)
|
||||||
AM_INIT_AUTOMAKE(alsa-utils, 1.0.4rc1)
|
AM_INIT_AUTOMAKE(alsa-utils, 1.0.4rc1)
|
||||||
|
|
Loading…
Reference in a new issue