summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-03-17 02:44:56 +0100
committerBruno Haible <bruno@clisp.org>2023-03-17 22:59:28 +0100
commit3e96de280f24939211c20bffe2ea308f5d87d01f (patch)
tree781628d8bd4ee463f5508ba36833b422543082ea
parent6fabdc10e3fe51d660517c42da6217d63071f32b (diff)
downloadgettext-3e96de280f24939211c20bffe2ea308f5d87d01f.tar.gz
build: Fix link error on native Windows (regression 2023-03-15).
* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC, GNULIB_MODULES_LIBGETTEXTPO): Add memmem and memrchr, needed by str-desc.c.
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 0dbdb587b..a2d218fb3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -181,7 +181,9 @@ if ! $skip_gnulib; then
lock
mem-hash-map
memchr
+ memmem
memmove
+ memrchr
memset
minmax
mkdir
@@ -340,6 +342,8 @@ if ! $skip_gnulib; then
libunistring-optional
markup
mem-hash-map
+ memmem
+ memrchr
minmax
open
relocatable-lib