mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
Replace mkdtemp if the platform doesn't have it
This commit is contained in:
parent
63597774d0
commit
ebaf170e74
@ -1,3 +1,7 @@
|
||||
2001-12-20 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* configure.ac: replacement function for mkdtemp()
|
||||
|
||||
2001-12-19 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* configure.ac: Check for stat()
|
||||
|
@ -491,6 +491,7 @@ AC_CHECK_FUNCS(strerror stpcpy strsep strlwr stricmp tcgetattr strtoul mmap)
|
||||
AC_CHECK_FUNCS(memmove gettimeofday getrusage setrlimit clock_gettime)
|
||||
AC_CHECK_FUNCS(memicmp atexit raise getpagesize strftime nl_langinfo)
|
||||
AC_CHECK_FUNCS(waitpid wait4 sigaction sigprocmask rand pipe stat)
|
||||
AC_REPLACE_FUNCS(mkdtemp)
|
||||
|
||||
#
|
||||
# check for gethrtime and run a testprogram to see whether
|
||||
|
Loading…
Reference in New Issue
Block a user