commit 694cd9ddd4dfcc14cd864665b92994c38f2391a4
parent 47c8e627f4af4f1bb5fde926472dadbd540e2920
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sun, 22 Aug 2021 10:52:29 +0200
build: ensure that mkstemps() is available by importing the gnulib module
The mkstemps() function is not part of the POSIX standard,
so there might be some platforms that don't have it.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/autogen.sh b/autogen.sh
@@ -13,6 +13,7 @@ modules="
isblank
iswblank
lstat
+ mkstemps
nl_langinfo
regex
sigaction