From 16d5b9133a664e92d0624cc79eb1f53755a1c809 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 10 Aug 2006 22:52:57 +0000 Subject: [PATCH] Undo latest change; I was confused about xgettext versus gcc. --- Makefile.maint | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.maint b/Makefile.maint index b84d54ef04..38d775fd03 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -447,7 +447,9 @@ null_AM_MAKEFLAGS = \ AUTOHEADER=false \ MAKEINFO=false -# Building with CFLAGS='-Wformat -Werror' causes any format warning to be +# Detect format-string/arg-list mismatches that would normally be obscured +# by the use of _(). The --disable-nls effectively defines away that macro, +# and building with CFLAGS='-Wformat -Werror' causes any format warning to be # treated as a failure. Also, check for shadowing problems with -Wshadow, # and for pointer arithmetic problems with -Wpointer-arith. # These CFLAGS are pretty strict. If you build this target, you probably @@ -459,7 +461,7 @@ my-distcheck: $(local-check) $(release_archive_dir)/$(prev-tgz) mkdir -p $(t) GZIP=$(GZIP_ENV) $(AMTAR) -C $(t) -zxf $(distdir).tar.gz cd $(t)/$(distdir) \ - && ./configure \ + && ./configure --disable-nls \ && $(MAKE) CFLAGS='-Werror -Wall -Wformat -Wshadow -Wpointer-arith' \ AM_MAKEFLAGS='$(null_AM_MAKEFLAGS)' \ && $(MAKE) dvi \ -- 2.47.3