blob: 19a1ae177fb38fef412d323139ac4fa6934988a3 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/autogen.sh
2+++ b/autogen.sh
3@@ -81,6 +81,7 @@ if ! $skip_gnulib; then
4 getopt-gnu
5 gettext-h
6 havelib
7+ libunistring-optional
8 memmove
9 noreturn
10 progname
11--- a/gettext-runtime/src/Makefile.am
12+++ b/gettext-runtime/src/Makefile.am
13@@ -43,7 +43,7 @@ envsubst_SOURCES = envsubst.c
14
15 # Link dependencies.
16 # Need @LTLIBICONV@ because striconv.c uses iconv().
17-LDADD = ../gnulib-lib/libgrt.a @LTLIBINTL@ @LTLIBICONV@ $(WOE32_LDADD)
18+LDADD = ../gnulib-lib/libgrt.a $(LTLIBUNISTRING) @LTLIBINTL@ @LTLIBICONV@ $(WOE32_LDADD)
19
20 # Specify installation directory, for --enable-relocatable.
21 gettext_CFLAGS = -DINSTALLDIR=\"$(bindir)\"