From a04dcbf35b56a6ceaaec45351182ac4e05c6b8ea Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 11 Nov 2008 13:31:31 +0100 Subject: [PATCH] Remove m4/warning.m4. 2008-11-11 Paolo Bonzini * m4/warning.m4: Remove. --- ChangeLog | 4 ++++ NEWS | 3 +++ m4/warning.m4 | 22 ---------------------- 3 files changed, 7 insertions(+), 22 deletions(-) delete mode 100644 m4/warning.m4 diff --git a/ChangeLog b/ChangeLog index 33c3b929b..70ed1bcab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-11-11 Paolo Bonzini + * m4/warning.m4: Remove. + +2008-11-11 Paolo Bonzini + * m4/warnings.m4: Almost complete rewrite. :-) 2008-11-10 Simon Josefsson diff --git a/NEWS b/NEWS index 060270536..45c23ce66 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,9 @@ User visible incompatible changes Date Modules Changes +2008-11-11 warnings This module subsumes the file m4/warning.m4 which + was removed. + 2008-10-20 lstat The include file is changed from "lstat.h" to . diff --git a/m4/warning.m4 b/m4/warning.m4 deleted file mode 100644 index db7456183..000000000 --- a/m4/warning.m4 +++ /dev/null @@ -1,22 +0,0 @@ -# serial 4 -# Find valid warning flags for the C Compiler. -*-Autoconf-*- - -# Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc. -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Written by Jesse Thilo. - -AC_DEFUN([gl_WARNING_CFLAGS], - [AC_MSG_CHECKING(whether compiler accepts $1) - AC_SUBST(WARNING_CFLAGS) - ac_save_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $1" - AC_TRY_COMPILE(, - [int x;], - WARNING_CFLAGS="$WARNING_CFLAGS $1" - AC_MSG_RESULT(yes), - AC_MSG_RESULT(no)) - CFLAGS="$ac_save_CFLAGS" - ]) -- 2.11.0