aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2016-10-30 16:34:56 +0200
committerMartin Pärtel <martin.partel@gmail.com>2016-10-30 16:34:56 +0200
commit10ac49f8aab2816a3b964db12ab284ad8a9c08a1 (patch)
tree9463bbeda9accdc906e976a922c023e6dad30336 /autogen.sh
parent9c076147a106ed50c145ff91381ac3e77fc92875 (diff)
downloadbindfs-10ac49f8aab2816a3b964db12ab284ad8a9c08a1.tar.gz
Remove ./configure's --enable-debug.
It no longer does anything after #42.
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 $@"