# HG changeset patch # User Simon Josefsson # Date 1226488763 -3600 # Node ID 3363ce146c2f7fe34dcfee3387a27499d9b8c8db # Parent 3c68487be563199c441740c9935daa6156463208 warnings: Remove gl_WARN_INIT. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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 . diff --git a/m4/warnings.m4 b/m4/warnings.m4 --- a/m4/warnings.m4 +++ b/m4/warnings.m4 @@ -6,13 +6,6 @@ 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 --- a/modules/warnings +++ b/modules/warnings @@ -7,7 +7,6 @@ Depends-on: configure.ac: -gl_WARN_INIT License: unlimited