bug-gnulib
[Top][All Lists]
Advanced

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

Re: new module 'mbsinit'


From: Bruno Haible
Subject: Re: new module 'mbsinit'
Date: Fri, 19 Dec 2008 03:00:13 +0100
User-agent: KMail/1.9.9

This fixes a nit in the two new modules: They need to activate the <wchar.h>
replacement. Noticed on IRIX 6.5.

2008-12-18  Bruno Haible  <address@hidden>

        * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
        * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.

--- m4/mbsinit.m4.orig  2008-12-19 02:55:18.000000000 +0100
+++ m4/mbsinit.m4       2008-12-19 02:39:38.000000000 +0100
@@ -1,4 +1,4 @@
-# mbsinit.m4 serial 1
+# mbsinit.m4 serial 2
 dnl Copyright (C) 2008 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -12,6 +12,7 @@
   AC_CHECK_FUNCS_ONCE([mbsinit])
   if test $ac_cv_func_mbsinit = no; then
     HAVE_MBSINIT=0
+    gl_REPLACE_WCHAR_H
     AC_LIBOBJ([mbsinit])
     gl_PREREQ_MBSINIT
   fi
--- m4/btowc.m4.orig    2008-12-19 02:55:18.000000000 +0100
+++ m4/btowc.m4 2008-12-19 02:39:59.000000000 +0100
@@ -1,4 +1,4 @@
-# btowc.m4 serial 1
+# btowc.m4 serial 2
 dnl Copyright (C) 2008 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -11,6 +11,7 @@
   AC_CHECK_FUNCS_ONCE([btowc])
   if test $ac_cv_func_btowc = no; then
     HAVE_BTOWC=0
+    gl_REPLACE_WCHAR_H
     AC_LIBOBJ([btowc])
     gl_PREREQ_BTOWC
   fi




reply via email to

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