X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=6e7601716d788fa917e5c2a8aacd059e99ae2050;hp=b00ddb4241847870ea2ff6a3c2969c1f4d202022;hb=e00b27fea31a67f3bae2f91c70ab1e6816673c4d;hpb=5dc2f852d275b79c3e338c6ea5629c6baf4e1a8e diff --git a/configure.ac b/configure.ac index b00ddb4..6e76017 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_INIT([libguestfs],[1.0.46]) +AC_INIT([libguestfs],[1.0.48]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) @@ -204,6 +204,22 @@ version of febootstrap. ]) fi AC_MSG_RESULT([yes]) + + dnl Check febootstrap-to-initramfs accepts the --nocompress option + dnl (febootstrap >= 2.3). + AC_MSG_CHECKING([for --nocompress support in $FEBOOTSTRAP_TO_INITRAMFS]) + out=`$FEBOOTSTRAP_TO_INITRAMFS 2>&1 ||:` + echo "febootstrap_to_initramfs test command output: $out" >&AS_MESSAGE_LOG_FD + if ! echo $out | grep -sq -- "--nocompress" ; then + AC_MSG_RESULT([no]) + AC_MSG_FAILURE( +[febootstrap-to-initramfs does not support the --nocompress option. + +To build the supermin appliance, you need to upgrade to the latest +version of febootstrap. +]) + fi + AC_MSG_RESULT([yes]) fi dnl Readline. @@ -481,7 +497,7 @@ AC_CONFIG_FILES([Makefile appliance/Makefile appliance/make.sh appliance/update.sh appliance/supermin-split.sh appliance/supermin-make.sh - appliance/guestfs-supermin-helper + appliance/libguestfs-supermin-helper images/Makefile capitests/Makefile regressions/Makefile @@ -497,7 +513,7 @@ AC_CONFIG_FILES([Makefile AC_OUTPUT dnl WTF? -chmod +x appliance/*.sh appliance/guestfs-supermin-helper +chmod +x appliance/*.sh appliance/libguestfs-supermin-helper dnl Produce summary. echo