X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=autogen.sh;h=3f97995f56f5c863bb02e0a093af74be0efd2472;hp=8d86dbeabdffc3193cfc223e4dff364232ebd146;hb=bf17bf81fef275892d24458ce5f1e5290b426742;hpb=b6233d1fff5d9a6bbc61e7123a57bdd7d8cbc792 diff --git a/autogen.sh b/autogen.sh index 8d86dbe..3f97995 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/bin/sh - +#!/bin/bash - # libguestfs # Copyright (C) 2009 Red Hat Inc. # @@ -23,6 +23,8 @@ set -v export AUTOMAKE='automake --foreign' aclocal libtoolize -autoreconf -cd daemon -autoreconf \ No newline at end of file +autoreconf -i +pushd daemon +autoreconf -i +popd +./configure "$@"