mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Add AM_MAINTAINER_MODE([enable]) macro to all configure scripts.
Signed-off-by: Jordi Mallach <jordi@debian.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
e79e2011ef
commit
472c414744
19 changed files with 19 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT([hwmixvolume], [0.9])
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
AC_CONFIG_SRCDIR([hwmixvolume])
|
||||
AC_PROG_INSTALL
|
||||
AC_OUTPUT([Makefile])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue