Files
bundle-chroot-builder/configure.ac
T
Tudor Marcu 1bb15ab253 Release v1.10
This release fixes the builder.conf template to match what is shown in
the documentation page.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2017-08-08 11:12:14 -07:00

7 lines
246 B
Plaintext

AC_PREREQ([2.68])
AC_INIT([bundle-chroot-builder],[1.10],[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