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 <[EMAIL PROTECTED]>
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  <[EMAIL PROTECTED]>
+
+       * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
+       instead.
+
 2008-11-12  Bruno Haible  <[EMAIL PROTECTED]>
 
        * 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