1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-20 01:02:44 +02:00

* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.

(AUTOMAKE_OPTIONS): New.

* configure.ac: Check whether vasprintf needs a replacement.
This commit is contained in:
Werner Koch 2004-10-15 09:37:49 +00:00
parent 15baf5c05b
commit 7b01988db3
4 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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
View File

@ -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)
------------------------------------------------

View File

@ -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