mirror of
https://github.com/clearlinux/bundle-chroot-builder.git
synced 2026-09-03 20:21:38 +00:00
This release adds a configuration section for debuginfo banning in the swupd-server configuration file server.ini. Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
7 lines
246 B
Plaintext
7 lines
246 B
Plaintext
AC_PREREQ([2.68])
|
|
AC_INIT([bundle-chroot-builder],[1.11],[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
|