warnings: Remove gl_WARN_INIT.
authorSimon Josefsson <simon@josefsson.org>
Wed, 12 Nov 2008 11:19:23 +0000 (12:19 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 12 Nov 2008 11:19:23 +0000 (12:19 +0100)
ChangeLog
m4/warnings.m4
modules/warnings

index e610de6..fb5194d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2008-11-12  Simon Josefsson  <simon@josefsson.org>
 
+       * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
+       Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
+       <bruno@clisp.org>.
+       * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
+
+2008-11-12  Simon Josefsson  <simon@josefsson.org>
+
        * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
        * doc/gnulib.texi: Add section for warnings.
 
index 71a8e56..d2854d9 100644 (file)
@@ -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.
index bd757c5..f1baa6c 100644 (file)
@@ -7,7 +7,6 @@ m4/warnings.m4
 Depends-on:
 
 configure.ac:
-gl_WARN_INIT
 
 License:
 unlimited