Auto-commit of generated files.

This commit is contained in:
Glenn Morris 2012-07-04 06:17:38 -04:00
parent 013aabf124
commit 1a9746debd

6
autogen/configure vendored
View file

@ -7157,6 +7157,12 @@ fi
nw="$nw -Wsuggest-attribute=const"
nw="$nw -Wsuggest-attribute=pure"
# Some loops can't be optimized with -O1,
# so remove -Wunsafe-loop-optimizations.
if echo "$CFLAGS" | $EGREP 'O1' 1>/dev/null; then
nw="$nw -Wunsafe-loop-optimizations"
fi
if test -n "$GCC"; then