changeset 30489:f11eefbf27a4

warnings: Remove gl_WARN_INIT.
author Simon Josefsson <simon@josefsson.org>
date Wed, 12 Nov 2008 12:19:23 +0100
parents 308ef4694324
children 7307cb5164bd
files ChangeLog m4/warnings.m4 modules/warnings
diffstat 3 files changed, 7 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Nov 12 12:14:55 2008 +0100
+++ b/ChangeLog	Wed Nov 12 12:19:23 2008 +0100
@@ -1,3 +1,10 @@
+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>.
--- a/m4/warnings.m4	Wed Nov 12 12:14:55 2008 +0100
+++ b/m4/warnings.m4	Wed Nov 12 12:19:23 2008 +0100
@@ -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.
--- a/modules/warnings	Wed Nov 12 12:14:55 2008 +0100
+++ b/modules/warnings	Wed Nov 12 12:19:23 2008 +0100
@@ -7,7 +7,6 @@
 Depends-on:
 
 configure.ac:
-gl_WARN_INIT
 
 License:
 unlimited