Hello Ralf, > | /home/ralf/download/cvs/gnulib/t/../gnulib/m4/locale-tr.m4 not found > | gnulib-tool: *** Stop.
Oops, sorry. Fixed now. Should have been part of the mbscasestr test cases. > 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? Indeed. Well spotted. I'm fixing this as follows. (Recall that use of changequote is more reliable than this [[ ]] workaround, IMO.) Thanks! 2007-02-12 Bruno Haible <[EMAIL PROTECTED]> * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug. * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise. Reported by Ralf Wildenhues <[EMAIL PROTECTED]>. *** m4/locale-fr.m4 11 Feb 2007 19:16:21 -0000 1.1 --- m4/locale-fr.m4 12 Feb 2007 23:34:10 -0000 *************** *** 1,5 **** ! # locale-fr.m4 serial 3 (gettext-0.15) ! dnl Copyright (C) 2003, 2005-2006 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. --- 1,5 ---- ! # locale-fr.m4 serial 4 (gettext-0.16.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, dnl with or without modifications, as long as this notice is preserved. *************** *** 13,22 **** --- 13,24 ---- AC_REQUIRE([AM_LANGINFO_CODESET]) AC_CACHE_CHECK([for a traditional french locale], gt_cv_locale_fr, [ macosx= + changequote(,)dnl case "$host_os" in darwin[56]*) ;; darwin*) macosx=yes;; esac + changequote([,])dnl if test -n "$macosx"; then # On Darwin 7 (MacOS X), the libc supports some locales in non-UTF-8 # encodings, but the kernel does not support them. The documentation *** m4/locale-zh.m4 11 Feb 2007 17:40:57 -0000 1.1 --- m4/locale-zh.m4 12 Feb 2007 23:34:10 -0000 *************** *** 1,4 **** ! # locale-zh.m4 serial 1 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, --- 1,4 ---- ! # 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, *************** *** 13,22 **** --- 13,24 ---- AC_REQUIRE([AM_LANGINFO_CODESET]) AC_CACHE_CHECK([for a transitional chinese locale], gt_cv_locale_zh_CN, [ macosx= + changequote(,)dnl case "$host_os" in darwin[56]*) ;; darwin*) macosx=yes;; esac + changequote([,])dnl if test -n "$macosx"; then # On Darwin 7 (MacOS X), the libc supports some locales in non-UTF-8 # encodings, but the kernel does not support them. The documentation