From: Bruno Haible Date: Mon, 7 Feb 2005 14:38:44 +0000 (+0000) Subject: Make it work in Estonian locale. X-Git-Tag: v0.14.2~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c4009cd80b65989fd5a6324d7b2b910af74f16f;p=thirdparty%2Fgettext.git Make it work in Estonian locale. --- diff --git a/autoconf-lib-link/ChangeLog b/autoconf-lib-link/ChangeLog index 287c6d744..7c132e1b2 100644 --- a/autoconf-lib-link/ChangeLog +++ b/autoconf-lib-link/ChangeLog @@ -1,3 +1,9 @@ +2005-02-07 Bruno Haible + + * 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 . + 2005-01-09 Bruno Haible Adaptation to automake-1.9. diff --git a/autoconf-lib-link/config.rpath b/autoconf-lib-link/config.rpath index 91d28fb98..997ae6a30 100755 --- a/autoconf-lib-link/config.rpath +++ b/autoconf-lib-link/config.rpath @@ -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=/' <