Files
mixer-tools/configure.ac
T
Tudor Marcu c0ea5bda2d Release v2.02
This release fixes a path error outputting the Manifest.MoM.sig to the wrong
location when using custom STATE_DIR.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2016-11-16 15:25:01 -08:00

19 lines
448 B
Plaintext

AC_PREREQ([2.68])
AC_INIT([mixer-tools],[2.02],[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}
])