michael@428: Index: Makefile.in michael@428: --- Makefile.in.orig 2012-06-22 13:56:07.000000000 +0200 michael@428: +++ Makefile.in 2012-06-27 10:11:55.000000000 +0200 michael@428: @@ -333,7 +333,7 @@ michael@428: # Use -n to prevent gzip from adding a timestamp to the .gz headers. michael@428: GZIP_ENV = -9n michael@428: DIST_SUBDIRS = lib src po tests debug michael@428: -SUBDIRS = $(am__append_1) src po tests michael@428: +SUBDIRS = $(am__append_1) src michael@428: dist_doc_DATA = \ michael@428: AUTHORS \ michael@428: COPYING \ michael@428: Index: configure michael@428: --- configure.orig 2012-06-22 13:56:05.000000000 +0200 michael@428: +++ configure 2012-06-27 10:11:55.000000000 +0200 michael@428: @@ -17680,26 +17680,7 @@ michael@428: # don't seem so useful here; at least the last one gives some michael@428: # warnings which are not bugs. michael@428: for NEW_FLAG in \ michael@428: - -Wall \ michael@428: - -Wextra \ michael@428: - -Wformat=2 \ michael@428: - -Winit-self \ michael@428: - -Wmissing-include-dirs \ michael@428: - -Wstrict-aliasing \ michael@428: - -Wfloat-equal \ michael@428: - -Wundef \ michael@428: - -Wshadow \ michael@428: - -Wpointer-arith \ michael@428: - -Wbad-function-cast \ michael@428: - -Wwrite-strings \ michael@428: - -Wlogical-op \ michael@428: - -Waggregate-return \ michael@428: - -Wstrict-prototypes \ michael@428: - -Wold-style-definition \ michael@428: - -Wmissing-prototypes \ michael@428: - -Wmissing-declarations \ michael@428: - -Wmissing-noreturn \ michael@428: - -Wredundant-decls michael@428: + none michael@428: do michael@428: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts $NEW_FLAG" >&5 michael@428: $as_echo_n "checking if $CC accepts $NEW_FLAG... " >&6; }