From 95dd28aadbfc1f058dae26beea949cf3cbc22b26 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 13 May 2010 13:29:20 +0100 Subject: Pull in febootstrap-supermin-helper (C version) from libguestfs. This commit also pulls in the automake C dependencies and gnulib. febootstrap-supermin-helper is modified so that it has the --kmods option (to read the whitelist, from the old shell script), and so that it can read supermin appliances composed of multiple parts from out of a directory. Also: Updates to documentation. --- autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 32f085b..0ab1868 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,9 @@ #!/bin/sh - +if [ -d ../gnulib ]; then + ../gnulib/gnulib-tool --update +fi + export AUTOMAKE='automake --foreign --add-missing' autoreconf ./configure "$@" -- cgit