diff options
author | Nikias Bassen <nikias@gmx.li> | 2009-08-02 07:29:37 +0200 |
---|---|---|
committer | Nikias Bassen <nikias@gmx.li> | 2009-08-02 07:29:37 +0200 |
commit | a4ef4325ec1b6cddd4212a6fec954cba270cebb4 (patch) | |
tree | eb8a986bd4a6b14061d8218387eb69bd0a0937b1 | |
parent | 3d517f6879b0c476a2e1ac9a55bb7d436977e3b6 (diff) | |
download | usbmuxd-a4ef4325ec1b6cddd4212a6fec954cba270cebb4.tar.gz |
Automatically execute configure from inside autogen.sh
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,3 +5,7 @@ libtoolize || exit 1 autoheader || exit 1 automake --add-missing || exit 1 autoconf || exit 1 +echo +echo Executing ./configure $@ +echo +./configure "$@" |