aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2008-09-30 22:01:45 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2008-09-30 22:01:45 +0000
commitcf3f638c926ec348752aa1f832df3c761343346e (patch)
tree3233f2392700109f017043651ca1065e2b0cb55d /autogen.sh
parent7516a690507dcb05bc6ebb19abbe34b9ffb5058f (diff)
downloadprotobuf-cf3f638c926ec348752aa1f832df3c761343346e.tar.gz
protobuf-cf3f638c926ec348752aa1f832df3c761343346e.tar.bz2
protobuf-cf3f638c926ec348752aa1f832df3c761343346e.zip
Pass -Wall,no-obsolete to autoreconf.
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 9650eb7c..efa5a599 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,8 +15,8 @@ fi
set -ex
-# TODO(kenton): Use -Wall and fix the resulting warnings.
-autoreconf -f -i
+# TODO(kenton): Remove the ",no-obsolete" part and fix the resulting warnings.
+autoreconf -f -i -Wall,no-obsolete
rm -rf autom4te.cache config.h.in~
exit 0