Moved .cvsignore -> .gitignore.
[libguestfs.git] / autogen.sh
index 8d86dbe..fa2af25 100755 (executable)
@@ -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 "$@"