From 7db26531249dc63cbc83fe98def44beca37545dd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 1 Mar 2011 08:26:46 +0100 Subject: build: accept new configure-time option --enable-gcc-warnings * configure.ac: Enable many options. * bootstrap.conf (gnulib_modules): Add manywarnings. * src/Makefile.am (AM_CFLAGS): Use $(WARN_CFLAGS) and $(WERROR_CFLAGS). --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index c119cfb..fc64a66 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,6 +16,8 @@ ## Process this file with automake to produce Makefile.in. +AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) + bin_PROGRAMS = patch patch_SOURCES = \ bestmatch.h \ -- cgit v1.2.1