bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: warning: module to simplify adding compiler warnings


From: Simon Josefsson
Subject: Re: warning: module to simplify adding compiler warnings
Date: Wed, 12 Nov 2008 12:34:29 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

An AC_SUBST is still needed for WARN_CFLAGS though.  This fixes it.

/Simon

>From ea74b5798d06c81b0fead783668b42ce6080a177 Mon Sep 17 00:00:00 2001
From: Simon Josefsson <address@hidden>
Date: Wed, 12 Nov 2008 12:33:58 +0100
Subject: [PATCH] warnings: Invoke AC_SUBST on WARN_CFLAGS.

---
 ChangeLog        |    5 +++++
 modules/warnings |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b4198cc..9bb918e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-12  Simon Josefsson  <address@hidden>
+
+       * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
+       instead.
+
 2008-11-12  Bruno Haible  <address@hidden>
 
        * lib/unicodeio.c: Include unistr.h.
diff --git a/modules/warnings b/modules/warnings
index f1baa6c..0eb724e 100644
--- a/modules/warnings
+++ b/modules/warnings
@@ -7,6 +7,7 @@ m4/warnings.m4
 Depends-on:
 
 configure.ac:
+AC_SUBST([WARN_CFLAGS])
 
 License:
 unlimited
-- 
1.5.6.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]