mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01: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
@ -1,3 +1,10 @@
|
||||
2004-10-15 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.
|
||||
(AUTOMAKE_OPTIONS): New.
|
||||
|
||||
* configure.ac: Check whether vasprintf needs a replacement.
|
||||
|
||||
2004-10-13 Werner Koch <wk@g10code.com>
|
||||
|
||||
* configure.ac: Actually name the option --disable-finger and not
|
||||
|
@ -19,6 +19,8 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
DISTCHECK_CONFIGURE_FLAGS = --enable-selinux-support
|
||||
AUTOMAKE_OPTIONS = dist-bzip2 std-options
|
||||
|
||||
if CROSS_COMPILING
|
||||
checks =
|
||||
|
2
NEWS
2
NEWS
@ -5,6 +5,8 @@ Noteworthy changes in version 1.3.91
|
||||
processing of confidential files used by gpg (e.g. secring.gpg).
|
||||
This helps writing ACLs for the SELinux kernel.
|
||||
|
||||
* Minor bug fixes, code and string cleanups.
|
||||
|
||||
|
||||
Noteworthy changes in version 1.3.90 (2004-10-01)
|
||||
------------------------------------------------
|
||||
|
@ -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…
x
Reference in New Issue
Block a user