+2005-02-07 Bruno Haible <bruno@clisp.org>
+
+ * config/config.libpath: Use LC_ALL=C to protect range expression
+ against Estonian locale.
+
2005-02-07 Bruno Haible <bruno@clisp.org>
* config/ltmain.sh: Upgrade to libtool-1.5.12.
# Output a system dependent set of variables, describing how to set the
# run time search path of shared libraries in an executable at run time.
#
-# Copyright 1996-2004 Free Software Foundation, Inc.
+# Copyright 1996-2005 Free Software Foundation, Inc.
# Taken from GNU libtool, 2003
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
#
;;
esac
-sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
+LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
# This is the shared library path variable.
shlibpath_var=$shlibpath_var
# List of files which contain translatable strings.
-# Copyright (C) 1995, 1998, 2001-2003 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1998, 2001-2003, 2005 Free Software Foundation, Inc.
# For updating this file, look at the result of:
-# $ grep -l '[^A-Za-z_]_(' {lib,src}/*.[chly]
+# $ LC_ALL=C grep -l '[^A-Za-z_]_(' {lib,src}/*.[chly]
# Files from the compatibility library
../gettext-tools/lib/closeout.c
+2005-02-07 Bruno Haible <bruno@clisp.org>
+
+ * autopoint.in: Use LC_ALL=C to protect range expression against
+ Estonian locale.
+ * gettextize.in: Likewise.
+
2005-02-05 Bruno Haible <bruno@clisp.org>
* autopoint.in: Check the version number, instead of relying on cvs
# At least one of the two must be given. If both are given, they must agree.
xver=`cat "$configure_in" | grep '^AM_GNU_GETTEXT_VERSION(' | sed -e 's/^AM_GNU_GETTEXT_VERSION(\([^()]*\))/\1/p' | sed -e 's/^\[\(.*\)\]$/\1/' | sed -e 1q`
if test -z "$xver" && test -f intl/VERSION; then
- xver=`cat intl/VERSION | sed -n -e 's/^.*gettext-\([-+_.0-9A-Za-z]*\).*$/\1/p'`
+ xver=`cat intl/VERSION | LC_ALL=C sed -n -e 's/^.*gettext-\([-+_.0-9A-Za-z]*\).*$/\1/p'`
fi
if test -n "$xver"; then
if test -n "$ver"; then
Makevars.template)
func_linkorcopy Makevars.template "$gettext_dir/po/Makevars.template" po/Makevars.template
if test -f "$srcdir/po/Makevars"; then
- sed -n -e 's/[ ]*\([A-Za-z0-9_]*\)[ ]*=.*/\1/p' < "$srcdir/po/Makevars" | LC_ALL=C sort > "$srcdir/po/Makevars.tmp1"
- sed -n -e 's/[ ]*\([A-Za-z0-9_]*\)[ ]*=.*/\1/p' < "$srcdir/po/Makevars.template" | LC_ALL=C sort > "$srcdir/po/Makevars.tmp2"
+ LC_ALL=C sed -n -e 's/[ ]*\([A-Za-z0-9_]*\)[ ]*=.*/\1/p' < "$srcdir/po/Makevars" | LC_ALL=C sort > "$srcdir/po/Makevars.tmp1"
+ LC_ALL=C sed -n -e 's/[ ]*\([A-Za-z0-9_]*\)[ ]*=.*/\1/p' < "$srcdir/po/Makevars.template" | LC_ALL=C sort > "$srcdir/po/Makevars.tmp2"
missingvars=`LC_ALL=C comm -13 "$srcdir/po/Makevars.tmp1" "$srcdir/po/Makevars.tmp2"`
rm -f "$srcdir/po/Makevars.tmp1" "$srcdir/po/Makevars.tmp2"
if test -n "$missingvars"; then
# List of files which contain translatable strings.
-# Copyright (C) 1995, 1998, 2001-2004 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1998, 2001-2005 Free Software Foundation, Inc.
# For updating this file, look at the result of:
-# $ grep -l '[^A-Za-z_]_(' {lib,src}/*.[chly]
+# $ LC_ALL=C grep -l '[^A-Za-z_]_(' {lib,src}/*.[chly]
# Files from the compatibility library
lib/argmatch.c
+2005-02-07 Bruno Haible <bruno@clisp.org>
+
+ * KDE/trigger: Use LC_ALL=C to protect range expression against
+ Estonian locale.
+ * GNOME/trigger: Likewise.
+
2004-05-22 Bruno Haible <bruno@clisp.org>
* TP/teams.html: Update.
#!/bin/sh
# Test whether the current package is a GNOME package.
+
+# NLS nuisances: Letter ranges are different in the Estonian locale.
+LC_ALL=C
+
while true; do
configfiles=
if test -f configure.in; then
#!/bin/sh
# Test whether the current package is a KDE package.
+
+# NLS nuisances: Letter ranges are different in the Estonian locale.
+LC_ALL=C
+
while true; do
configfiles=
if test -f configure.in; then
+2005-02-07 Bruno Haible <bruno@clisp.org>
+
+ * project-id: Use LC_ALL=C to protect range expression against
+ Estonian locale.
+
2005-02-06 Bruno Haible <bruno@clisp.org>
Leave #: lines with unknown syntax alone instead of turning them into
#!/bin/sh
# Prints a package's identification PACKAGE VERSION or PACKAGE.
#
-# Copyright (C) 2001-2003 Free Software Foundation, Inc.
+# Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
want_version="$1"
+
+# NLS nuisances: Letter ranges are different in the Estonian locale.
+LC_ALL=C
+
while true; do
if test -f configure; then
package=`(grep '^PACKAGE_NAME=' configure; grep '^ *PACKAGE=' configure) | grep -v '=[ ]*$' | sed -e '1q' | sed -e 's/^[^=]*=//' | sed -e "s/^'//" -e "s/'$//"`