aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 0de2d08..32c83df 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -103,7 +103,7 @@ if [ "$myhost" = "w32" ]; then
fi
./configure --enable-maintainer-mode --prefix=${w32root} \
- --host=${host} --build=${build}
+ --host=${host} --build=${build} "$@"
exit $?
fi
@@ -222,4 +222,6 @@ $AUTOMAKE --gnu;
echo "Running autoconf${FORCE} ..."
$AUTOCONF${FORCE}
-echo "You may now run \"./configure --enable-maintainer-mode && make\"."
+echo "You may now run
+ ./configure --enable-maintainer-mode && make
+"