]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
libtextstyle: Fix build failure on Cygwin < 3.4.6.
authorBruno Haible <bruno@clisp.org>
Fri, 6 Jun 2025 10:56:05 +0000 (12:56 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 6 Jun 2025 13:37:23 +0000 (15:37 +0200)
* libtextstyle/lib/Makefile.am (config.h): Don't rename the _imp_ variable
associated with the gl_get_setlocale_null_lock function.

libtextstyle/lib/Makefile.am

index 582ab2d04efd3e99914575ef29081af662464c37..308c30899499bc0fe13b9783d77a82cd959488cd 100644 (file)
@@ -237,6 +237,7 @@ config.h: $(BUILT_SOURCES) libtextstyle.sym
            } 5>&1 1>&2 \
              | sed -e 's,.* ,,' | grep -v '@' | LC_ALL=C sort | LC_ALL=C uniq \
              | LC_ALL=C $(top_srcdir)/build-aux/join-v-1 - libtextstyle.sym \
+             | grep -v 'gl_get_setlocale_null_lock' \
              | sed -e 's,^\(.*\)$$,#define \1 libtextstyle_\1,' > config.h-t; \
          } 6>&1 && \
          if test -f config.h; then \