X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=autogen.sh;h=fa2af259070bd6df73450461baf8bb6f53ca2e6d;hp=8d86dbeabdffc3193cfc223e4dff364232ebd146;hb=91df7a164befc0c9a24f85733837874da5a057ac;hpb=09c16b5da0ec982bfffe654a55abd637a3335c95 diff --git a/autogen.sh b/autogen.sh index 8d86dbe..fa2af25 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/bin/sh - +#!/bin/bash - # libguestfs # Copyright (C) 2009 Red Hat Inc. # @@ -24,5 +24,7 @@ export AUTOMAKE='automake --foreign' aclocal libtoolize autoreconf -cd daemon -autoreconf \ No newline at end of file +pushd daemon +autoreconf +popd +./configure "$@"