summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 "$@"