summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-04-06 23:47:27 +0200
committerBruno Haible <bruno@clisp.org>2021-04-07 01:32:16 +0200
commitca45f9feb81f5c3eb8aeecb4902e3a828c216767 (patch)
tree32ddb540852967edbb79ec767b2b749f9ca60b1c /lib/Makefile.am
parentd508c957535ea48bf1dcd29c9ddbae4c35e2f235 (diff)
downloadlibunistring-ca45f9feb81f5c3eb8aeecb4902e3a828c216767.tar.gz
build: Fix the set of exported symbols on Alpine Linux.
* build-aux/join-v-1: New file. * Makefile.am (EXTRA_DIST): Add it. * lib/Makefile.am (config.h): Use it instead of 'join -v 1'.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 6136ced..3ed6230 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for the lib subdirectory of GNU libunistring.
-## Copyright (C) 2009-2019 Free Software Foundation, Inc.
+## Copyright (C) 2009-2021 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -303,7 +303,7 @@ config.h: $(BUILT_SOURCES) $(srcdir)/libunistring.sym
done; \
} 5>&1 1>&2 \
| sed -e 's,.* ,,' | grep -v '@' | LC_ALL=C sort | LC_ALL=C uniq \
- | LC_ALL=C join -v 1 - $(srcdir)/libunistring.sym \
+ | LC_ALL=C $(top_srcdir)/build-aux/join-v-1 - $(srcdir)/libunistring.sym \
| grep -v '^libintl_locale' \
| grep -v 'gl_get_setlocale_null_lock' \
| sed -e 's,^\(.*\)$$,#define \1 libunistring_\1,' > config.h-t; \