alsa-tools/hwmixvolume/configure.ac
2014-06-12 11:28:22 +02:00

7 lines
209 B
Text

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])