summaryrefslogtreecommitdiff
path: root/modules/pthread_sigmask-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-07 14:39:16 +0100
committerBruno Haible <bruno@clisp.org>2023-01-07 18:06:51 +0100
commitca97499c40c7d0544cd2521cced4e71b5e2a17eb (patch)
tree1cd8cb1f72ad7a4059e144fbfda692583ab8b9a9 /modules/pthread_sigmask-tests
parent046c426c7bf141b69380597709caaebf1a6c0761 (diff)
downloadgnulib-ca97499c40c7d0544cd2521cced4e71b5e2a17eb.tar.gz
pthread_sigmask: Rename LIB_PTHREAD_SIGMASK to PTHREAD_SIGMASK_LIB.
* m4/pthread_sigmask.m4: Rename LIB_PTHREAD_SIGMASK to PTHREAD_SIGMASK_LIB. All uses changed. * NEWS: Mention the change.
Diffstat (limited to 'modules/pthread_sigmask-tests')
-rw-r--r--modules/pthread_sigmask-tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pthread_sigmask-tests b/modules/pthread_sigmask-tests
index e30bb91411..e4e0d5b019 100644
--- a/modules/pthread_sigmask-tests
+++ b/modules/pthread_sigmask-tests
@@ -13,5 +13,5 @@ configure.ac:
Makefile.am:
TESTS += test-pthread_sigmask1 test-pthread_sigmask2
check_PROGRAMS += test-pthread_sigmask1 test-pthread_sigmask2
-test_pthread_sigmask1_LDADD = $(LDADD) @LIB_PTHREAD_SIGMASK@
-test_pthread_sigmask2_LDADD = $(LDADD) @LIB_PTHREAD_SIGMASK@ @LIBMULTITHREAD@
+test_pthread_sigmask1_LDADD = $(LDADD) @PTHREAD_SIGMASK_LIB@
+test_pthread_sigmask2_LDADD = $(LDADD) @PTHREAD_SIGMASK_LIB@ @LIBMULTITHREAD@