Guest boots, and basic select/callbacks work.
[libguestfs.git] / autogen.sh
index 8d86dbe..3f97995 100755 (executable)
@@ -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 "$@"