diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2016-10-30 16:34:56 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2016-10-30 16:34:56 +0200 |
commit | 10ac49f8aab2816a3b964db12ab284ad8a9c08a1 (patch) | |
tree | 9463bbeda9accdc906e976a922c023e6dad30336 /autogen.sh | |
parent | 9c076147a106ed50c145ff91381ac3e77fc92875 (diff) | |
download | bindfs-10ac49f8aab2816a3b964db12ab284ad8a9c08a1.tar.gz |
Remove ./configure's --enable-debug.
It no longer does anything after #42.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $@" |