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