From 694cd9ddd4dfcc14cd864665b92994c38f2391a4 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 22 Aug 2021 10:52:29 +0200 Subject: [PATCH] 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. --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index b75d3954..16b25c34 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,6 +13,7 @@ modules=" isblank iswblank lstat + mkstemps nl_langinfo regex sigaction