summaryrefslogtreecommitdiff
path: root/modules/getumask-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-07 11:10:34 +0100
committerBruno Haible <bruno@clisp.org>2023-01-07 18:06:51 +0100
commitfe1f37141a3cf17bf7453b8d9ef1f0bcb3b15506 (patch)
tree5efa00510a4f14da927c2b218bf3701c4eed44c0 /modules/getumask-tests
parentddc9483255cab5d070f4d834d81d31b115335faa (diff)
downloadgnulib-fe1f37141a3cf17bf7453b8d9ef1f0bcb3b15506.tar.gz
clock_time: Rename LIB_CLOCK_GETTIME to CLOCK_TIME_LIB.
* m4/clock_time.m4: Rename LIB_CLOCK_GETTIME to CLOCK_TIME_LIB. All uses changed. * NEWS: Mention the change.
Diffstat (limited to 'modules/getumask-tests')
-rw-r--r--modules/getumask-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/getumask-tests b/modules/getumask-tests
index 0f617dab5b..455ef0ff6b 100644
--- a/modules/getumask-tests
+++ b/modules/getumask-tests
@@ -10,4 +10,4 @@ configure.ac:
Makefile.am:
TESTS += test-getumask
check_PROGRAMS += test-getumask
-test_getumask_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_GETRANDOM) $(LIBINTL) $(LIBTHREAD)
+test_getumask_LDADD = $(LDADD) $(CLOCK_TIME_LIB) $(LIB_GETRANDOM) $(LIBINTL) $(LIBTHREAD)