bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] btowc: fix missing file


From: Eric Blake
Subject: [PATCH] btowc: fix missing file
Date: Thu, 26 Aug 2010 16:45:05 -0600

Detected by:
AUTOCONF="autoconf -Werror" ./gnulib-tool --test btowc

configure.ac:111: warning: gt_LOCALE_FR is m4_require'd but not m4_defun'd
glm4/btowc.m4:7: gl_FUNC_BTOWC is expanded from...
configure.ac:27: gl_INIT is expanded from...
configure.ac:111: the top level

* modules/btowc (Files): Also ship locale-fr.m4.

Signed-off-by: Eric Blake <address@hidden>
---

Starting my megatest run... This one is a bug even without latest
and greatest autoconf.

 ChangeLog     |    3 +++
 modules/btowc |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index af835b6..97f40d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-08-26  Eric Blake  <address@hidden>

+       btowc: fix missing file
+       * modules/btowc (Files): Also ship locale-fr.m4.
+
        lseek: fix link test
        * m4/lseek.m4 (gl_FUNC_LSEEK): Use correct format for
        AC_LINK_IFELSE.
diff --git a/modules/btowc b/modules/btowc
index 9fab481..6b08366 100644
--- a/modules/btowc
+++ b/modules/btowc
@@ -4,6 +4,7 @@ btowc() function: convert unibyte character to wide character.
 Files:
 lib/btowc.c
 m4/btowc.m4
+m4/locale-fr.m4

 Depends-on:
 wchar
-- 
1.7.2.2




reply via email to

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