* modules/mountlist-tests (Makefile.am): Link the test program with
LIBINTL.
2025-03-23 Collin Funk <collin.funk1@gmail.com>
+ mountlist tests: Fix link error. (regr. 2025-03-18).
+ * modules/mountlist-tests (Makefile.am): Link the test program with
+ LIBINTL.
+
utimens: Fix missing declarations on NetBSD (regr. 2024-09-16).
* lib/utimens.h [HAVE_UTIMENS || HAVE_LUTIMENS]: Include <sys/stat.h>
instead of <sys/time.h> for the declarations of these functions on
Makefile.am:
TESTS += test-mountlist
check_PROGRAMS += test-mountlist
+test_mountlist_LDADD = $(LDADD) @LIBINTL@