]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make it work in Estonian locale.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2005 14:38:44 +0000 (14:38 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:09 +0000 (12:12 +0200)
autoconf-lib-link/ChangeLog
autoconf-lib-link/config.rpath

index 287c6d7441cff635df4d3431a406ae662bb67382..7c132e1b2c3e7ffbc3171d4257e5f0f0c5957a41 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-07  Bruno Haible  <bruno@clisp.org>
+
+       * config.rpath: Use 'sed' with ranges only in C locale. Needed because
+       in the et_EE locale, the letters T U V W C Y come after Z.
+       Reported by Mike Frysinger <vapier@gentoo.org>.
+
 2005-01-09  Bruno Haible  <bruno@clisp.org>
 
        Adaptation to automake-1.9.
index 91d28fb98512b4ae931a0809e4be53c35e09b838..997ae6a30c35899b7b7cb273f919702c252ac226 100755 (executable)
@@ -551,7 +551,7 @@ escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
 shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
 escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
 
-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
 
 # How to pass a linker flag through the compiler.
 wl="$escaped_wl"