mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:45:41 +01:00
Modernize configure.ac
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
6d7dfb4607
commit
504348cb52
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
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.59)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT(aplay/aplay.c)
|
AC_INIT([alsa-utils], [1.0.27.2])
|
||||||
|
AC_CONFIG_SRCDIR([aplay/aplay.c])
|
||||||
AC_PREFIX_DEFAULT(/usr)
|
AC_PREFIX_DEFAULT(/usr)
|
||||||
AM_INIT_AUTOMAKE(alsa-utils, 1.0.27.2)
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
AM_MAINTAINER_MODE([enable])
|
AM_MAINTAINER_MODE([enable])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue