b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | --- 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)\" |