mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-06 13:41:46 +00:00
This release adds a new flag to enable auto-incrementing the mix version when building mixes. Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
19 lines
448 B
Plaintext
19 lines
448 B
Plaintext
AC_PREREQ([2.68])
|
|
AC_INIT([mixer-tools],[2.05],[tudor.marcu@intel.com],[mixer-tools])
|
|
AM_INIT_AUTOMAKE([foreign silent-rules color-tests no-dist-gzip dist-xz])
|
|
AC_CONFIG_FILES([Makefile])
|
|
AC_PREFIX_DEFAULT(/usr/local)
|
|
|
|
PKG_PROG_PKG_CONFIG
|
|
|
|
AC_OUTPUT
|
|
|
|
AC_MSG_RESULT([
|
|
mixer-tools $VERSION
|
|
========
|
|
|
|
prefix: ${prefix}
|
|
exec_prefix: ${exec_prefix}
|
|
bindir: ${bindir}
|
|
])
|