Pass -Wall,no-obsolete to autoreconf.

This commit is contained in:
kenton@google.com 2008-09-30 22:01:45 +00:00
parent 7516a69050
commit cf3f638c92

View File

@ -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