mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
7 lines
115 B
Text
7 lines
115 B
Text
AC_INIT(hda-verb.c)
|
|
AM_INIT_AUTOMAKE(hda-verb, 0.4)
|
|
AC_PROG_CC
|
|
AC_PROG_INSTALL
|
|
AC_HEADER_STDC
|
|
|
|
AC_OUTPUT(Makefile)
|