From c35dbd0a66f5abede84a4ea966bd765ed6942edb Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sat, 18 Dec 2010 22:54:49 +0100 Subject: Use configure to detect compiler warning flags By checking the supported compiler warning flags, different gcc releases are supported without the crude --disable-extra-flags option. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c68544a..aa0d64b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,6 +50,6 @@ tidy: distclean modules_clean rm -rf aclocal.m4 autom4te.cache rm -rf config.* configure compile depcomp install-sh libtool ltmain.sh rm -rf Makefile Makefile.in lib/Makefile lib/Makefile.in src/Makefile src/Makefile.in - rm -rf missing stamp-h1 m4/* + rm -rf missing stamp-h1 m4/libtool.m4 m4/lt*.m4 .PHONY: modules modules_instal modules_clean update_includes tests -- cgit v1.2.3