mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.
(AUTOMAKE_OPTIONS): New. * configure.ac: Check whether vasprintf needs a replacement.
This commit is contained in:
parent
15baf5c05b
commit
7b01988db3
4 changed files with 12 additions and 0 deletions
|
@ -799,6 +799,7 @@ AC_CHECK_FUNCS(memmove gettimeofday getrusage setrlimit clock_gettime)
|
|||
AC_CHECK_FUNCS(atexit raise getpagesize strftime nl_langinfo setlocale)
|
||||
AC_CHECK_FUNCS(waitpid wait4 sigaction sigprocmask rand pipe stat getaddrinfo)
|
||||
AC_REPLACE_FUNCS(mkdtemp timegm)
|
||||
AC_REPLACE_FUNCS(vasprintf)
|
||||
AC_CHECK_TYPES([struct sigaction, sigset_t],,,[#include <signal.h>])
|
||||
|
||||
# See if getopt is in libiberty. This is of course not optimal since
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue