mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
* configure.ac: Replacement function for timegm(). No need to check for
setenv() any longer.
This commit is contained in:
parent
be6dd2e1ed
commit
f8d4768309
@ -1,3 +1,8 @@
|
|||||||
|
2004-05-21 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* configure.ac: Replacement function for timegm(). No need to
|
||||||
|
check for setenv() any longer.
|
||||||
|
|
||||||
2004-05-20 David Shaw <dshaw@jabberwocky.com>
|
2004-05-20 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* NEWS: Note HTTP key fetching.
|
* NEWS: Note HTTP key fetching.
|
||||||
|
@ -758,11 +758,11 @@ AC_FUNC_FSEEKO
|
|||||||
AC_FUNC_VPRINTF
|
AC_FUNC_VPRINTF
|
||||||
AC_FUNC_FORK
|
AC_FUNC_FORK
|
||||||
AC_CHECK_FUNCS(strerror stpcpy strsep strlwr tcgetattr strtoul mmap)
|
AC_CHECK_FUNCS(strerror stpcpy strsep strlwr tcgetattr strtoul mmap)
|
||||||
AC_CHECK_FUNCS(strcasecmp strncasecmp ctermid times timegm)
|
AC_CHECK_FUNCS(strcasecmp strncasecmp ctermid times unsetenv)
|
||||||
AC_CHECK_FUNCS(memmove gettimeofday getrusage setrlimit clock_gettime)
|
AC_CHECK_FUNCS(memmove gettimeofday getrusage setrlimit clock_gettime)
|
||||||
AC_CHECK_FUNCS(atexit raise getpagesize strftime nl_langinfo setlocale)
|
AC_CHECK_FUNCS(atexit raise getpagesize strftime nl_langinfo setlocale)
|
||||||
AC_CHECK_FUNCS(waitpid wait4 sigaction sigprocmask rand pipe stat getaddrinfo)
|
AC_CHECK_FUNCS(waitpid wait4 sigaction sigprocmask rand pipe stat getaddrinfo)
|
||||||
AC_REPLACE_FUNCS(mkdtemp setenv unsetenv)
|
AC_REPLACE_FUNCS(mkdtemp timegm)
|
||||||
AC_CHECK_TYPES([struct sigaction, sigset_t],,,[#include <signal.h>])
|
AC_CHECK_TYPES([struct sigaction, sigset_t],,,[#include <signal.h>])
|
||||||
|
|
||||||
# See if getopt is in libiberty. This is of course not optimal since
|
# See if getopt is in libiberty. This is of course not optimal since
|
||||||
|
Loading…
Reference in New Issue
Block a user