summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2009-08-02 07:29:37 +0200
committerGravatar Nikias Bassen2009-08-02 07:29:37 +0200
commita4ef4325ec1b6cddd4212a6fec954cba270cebb4 (patch)
treeeb8a986bd4a6b14061d8218387eb69bd0a0937b1
parent3d517f6879b0c476a2e1ac9a55bb7d436977e3b6 (diff)
downloadusbmuxd-a4ef4325ec1b6cddd4212a6fec954cba270cebb4.tar.gz
usbmuxd-a4ef4325ec1b6cddd4212a6fec954cba270cebb4.tar.bz2
Automatically execute configure from inside autogen.sh
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 440c1e2..82cc273 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,3 +5,7 @@ libtoolize || exit 1
autoheader || exit 1
automake --add-missing || exit 1
autoconf || exit 1
+echo
+echo Executing ./configure $@
+echo
+./configure "$@"