bug-gnulib
[Top][All Lists]
Advanced

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

m4/locale-tr.m4 missing


From: Ralf Wildenhues
Subject: m4/locale-tr.m4 missing
Date: Mon, 12 Feb 2007 21:47:30 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Bruno, all,

$ gnulib-tool --with-tests --tests

needs another file:
[...]
|   tests/uniconv/test-u8-strconv-to-enc.c
|   gnulib-tool: *** file
|   /home/ralf/download/cvs/gnulib/t/../gnulib/m4/locale-tr.m4 not found
|   gnulib-tool: *** Stop.

$ grep locale-tr modules/*
| modules/mbscasecmp-tests:m4/locale-tr.m4
| modules/mbscasestr-tests:m4/locale-tr.m4


The other two files m4/locale-fr.m4 and m4/locale-zh.m4 exist, but it
looks like they need a bit more M4 quotes.  OK?

Cheers,
Ralf


2007-02-12  Ralf Wildenhues  <address@hidden>

        * m4/locale-fr.m4 (gt_LOCALE_FR): Fix M4 quoting.
        * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.

Index: m4/locale-fr.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/locale-fr.m4,v
retrieving revision 1.1
diff -u -r1.1 locale-fr.m4
--- m4/locale-fr.m4     11 Feb 2007 19:16:21 -0000      1.1
+++ m4/locale-fr.m4     12 Feb 2007 20:47:25 -0000
@@ -1,5 +1,5 @@
-# locale-fr.m4 serial 3 (gettext-0.15)
-dnl Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
+# locale-fr.m4 serial 4
+dnl Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -14,7 +14,7 @@
   AC_CACHE_CHECK([for a traditional french locale], gt_cv_locale_fr, [
     macosx=
     case "$host_os" in
-      darwin[56]*) ;;
+      darwin[[56]]*) ;;
       darwin*) macosx=yes;;
     esac
     if test -n "$macosx"; then
Index: m4/locale-zh.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/locale-zh.m4,v
retrieving revision 1.1
diff -u -r1.1 locale-zh.m4
--- m4/locale-zh.m4     11 Feb 2007 17:40:57 -0000      1.1
+++ m4/locale-zh.m4     12 Feb 2007 20:47:25 -0000
@@ -1,4 +1,4 @@
-# locale-zh.m4 serial 1
+# locale-zh.m4 serial 2
 dnl Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -14,7 +14,7 @@
   AC_CACHE_CHECK([for a transitional chinese locale], gt_cv_locale_zh_CN, [
     macosx=
     case "$host_os" in
-      darwin[56]*) ;;
+      darwin[[56]]*) ;;
       darwin*) macosx=yes;;
     esac
     if test -n "$macosx"; then




reply via email to

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