Files
mixer-tools/configure.ac
T
Tudor Marcu 7e408e8b59 Release v1.13
This release adds support for specifying a certificate to insert into the
mix that the client would use to perform signature verification on a signed
Manifest.MoM.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2016-10-03 16:22:28 -07:00

19 lines
448 B
Plaintext

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