From: Richard Jones Date: Wed, 1 Apr 2009 11:57:25 +0000 (+0100) Subject: Run autoreconf with -i parameter. X-Git-Tag: 0.4~54 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=002cdf48fee7a59d13865ea9848671b588e86daf Run autoreconf with -i parameter. --- diff --git a/autogen.sh b/autogen.sh index fa2af25..3f97995 100755 --- a/autogen.sh +++ b/autogen.sh @@ -23,8 +23,8 @@ set -v export AUTOMAKE='automake --foreign' aclocal libtoolize -autoreconf +autoreconf -i pushd daemon -autoreconf +autoreconf -i popd ./configure "$@"