From: Bruno Haible Date: Sun, 20 Jun 2021 01:41:45 +0000 (+0200) Subject: libtextstyle: Fix build in locales other than the C locale (regression 2021-04-07). X-Git-Tag: v0.21.1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d83db8d48ee92d1d68026953a7e9bac06b97549;p=thirdparty%2Fgettext.git libtextstyle: Fix build in locales other than the C locale (regression 2021-04-07). * libtextstyle/lib/Makefile.am (config.h): Invoke join-v-1 in the C locale. --- diff --git a/libtextstyle/lib/Makefile.am b/libtextstyle/lib/Makefile.am index cb7375ae6..55916adea 100644 --- a/libtextstyle/lib/Makefile.am +++ b/libtextstyle/lib/Makefile.am @@ -237,7 +237,7 @@ config.h: $(BUILT_SOURCES) libtextstyle.sym done; \ } 5>&1 1>&2 \ | sed -e 's,.* ,,' | grep -v '@' | LC_ALL=C sort | LC_ALL=C uniq \ - | $(top_srcdir)/build-aux/join-v-1 - libtextstyle.sym \ + | LC_ALL=C $(top_srcdir)/build-aux/join-v-1 - libtextstyle.sym \ | sed -e 's,^\(.*\)$$,#define \1 libtextstyle_\1,' > config.h-t; \ } 6>&1 && \ if test -f config.h; then \