From: Simon Josefsson Date: Wed, 12 Nov 2008 11:19:23 +0000 (+0100) Subject: warnings: Remove gl_WARN_INIT. X-Git-Tag: v0.1~6687 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=b383aaabadb883fa8be0a826500b516a2eee8f69;p=gnulib.git warnings: Remove gl_WARN_INIT. --- diff --git a/ChangeLog b/ChangeLog index e610de6e9..fb5194d27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2008-11-12 Simon Josefsson + * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf + Wildenhues and Bruno Haible + . + * modules/warnings (configure.ac): Don't call gl_WARN_INIT. + +2008-11-12 Simon Josefsson + * doc/warnings.texi: New file, from Bruno Haible . * doc/gnulib.texi: Add section for warnings. diff --git a/m4/warnings.m4 b/m4/warnings.m4 index 71a8e56d9..d2854d954 100644 --- a/m4/warnings.m4 +++ b/m4/warnings.m4 @@ -6,13 +6,6 @@ dnl with or without modifications, as long as this notice is preserved. dnl From Simon Josefsson -# gl_WARN_INIT -# Initializes WARN_CFLAGS variable. -AC_DEFUN([gl_WARN_INIT], -[AC_SUBST([WARN_CFLAGS])dnl -AC_ARG_VAR([WARN_CFLAGS], [C compiler warning flags]) -]) - # gl_AS_VAR_IF(VAR, VALUE, [IF-MATCH], [IF-NOT-MATCH]) # ---------------------------------------------------- # Provide the functionality of AS_VAR_IF if Autoconf does not have it. diff --git a/modules/warnings b/modules/warnings index bd757c5fa..f1baa6c80 100644 --- a/modules/warnings +++ b/modules/warnings @@ -7,7 +7,6 @@ m4/warnings.m4 Depends-on: configure.ac: -gl_WARN_INIT License: unlimited