Rename guestfs-supermin-helper -> libguestfs-supermin-helper.
[libguestfs.git] / configure.ac
index b00ddb4..6e76017 100644 (file)
@@ -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