From f208ed5b7e3faa253dbced400ac8482c5e8b0523 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 9 Mar 2013 18:36:09 +0000 Subject: [PATCH] RHEL 5: gnulib: Use module mkstemps. RHEL 5 glibc doesn't have this function. (cherry picked from commit e73944faf40c0a880ecd66bc0e7ade3f4b8ddc2c) --- bootstrap | 1 + m4/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/bootstrap b/bootstrap index be0dfe4c1..931646bcc 100755 --- a/bootstrap +++ b/bootstrap @@ -68,6 +68,7 @@ maintainer-makefile manywarnings memmem mkdtemp +mkstemps netdb netinet_in openat diff --git a/m4/.gitignore b/m4/.gitignore index 0d903b787..b827552db 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -138,6 +138,7 @@ /mgetgroups.m4 /mkdir.m4 /mkdtemp.m4 +/mkstemps.m4 /mmap-anon.m4 /mode_t.m4 /msvc-inval.m4