From: Pete Batard Date: Fri, 30 Mar 2012 23:21:18 +0000 (+0100) Subject: Autotools: remove --enable-debug-log option in autogen.sh X-Git-Tag: upstream/1.0.21~703 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbd6faf6af3e6a0d0e5a238549d96630023591cb;p=platform%2Fupstream%2Flibusb.git Autotools: remove --enable-debug-log option in autogen.sh --- diff --git a/autogen.sh b/autogen.sh index c7bb679..782bec7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -15,5 +15,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-maintainer-mode --enable-examples-build $*