Files
bundle-chroot-builder/configure.ac
T
Tudor Marcu 0d0e64e2a9 Release v1.07
This release updates bundle-chroot-builder to support the new mixer-tools and
builder.conf format.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2016-11-04 17:56:58 -07:00

7 lines
246 B
Plaintext

AC_PREREQ([2.68])
AC_INIT([bundle-chroot-builder],[1.07],[tudor.marcu@intel.com],[bundle-chroot-builder])
AM_INIT_AUTOMAKE([foreign silent-rules color-tests no-dist-gzip dist-xz])
AC_CONFIG_FILES(Makefile)
AC_PREFIX_DEFAULT(/usr/local)
AC_OUTPUT