aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 7970702..53ba526 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,10 +4,10 @@ autoreconf -fi
if [ "$1" == "-d" ]; then
shift;
- echo "Running configure --enable-debug (but not --enable-debug-output)"
+ echo "Running ./configure"
echo
sleep 1s
- ./configure --enable-debug "$@"
+ ./configure "$@"
elif [ -n "$1" ]; then
echo
echo "./configure $@"