summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-03-06 00:39:09 +0000
committerPete Batard <pbatard@gmail.com>2010-03-06 00:39:09 +0000
commitbb6dcbdf19d8bdeb5595704b53f4d687768da3a7 (patch)
treec230b82e64d6781d348ff09d26758956d8019b8a /autogen.sh
parent858b13ab77b65c8bce26c8fb4804767507b394fa (diff)
downloadlibusb-bb6dcbdf19d8bdeb5595704b53f4d687768da3a7.tar.gz
removed unneeded versioning/options from autotool scriptsr198
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index d5c6a19..d8b2838 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,5 +8,4 @@ aclocal || exit 1
autoheader || exit 1
autoconf || exit 1
automake -a -c || exit 1
-./configure --enable-maintainer-mode --enable-debug-log \
- --enable-examples-build $*
+./configure --enable-debug-log --enable-examples-build $*