mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
* NEWS: Clarify that --libexecdir is a configure option.
* configure.ac: Check for hstrerror.
This commit is contained in:
parent
6cb18a86f5
commit
4567d779ed
@ -1,3 +1,9 @@
|
|||||||
|
2002-08-27 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* NEWS: Clarify that --libexecdir is a configure option.
|
||||||
|
|
||||||
|
* configure.ac: Check for hstrerror.
|
||||||
|
|
||||||
2002-08-19 David Shaw <dshaw@jabberwocky.com>
|
2002-08-19 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* NEWS: Document new ways to enable MDC, and change in automatic
|
* NEWS: Document new ways to enable MDC, and change in automatic
|
||||||
|
4
NEWS
4
NEWS
@ -62,8 +62,8 @@ Noteworthy changes in version 1.1.91 (2002-08-04)
|
|||||||
/usr/[local/]libexec/gnupg by default. If you are upgrading
|
/usr/[local/]libexec/gnupg by default. If you are upgrading
|
||||||
from 1.0.7, you might want to delete your old copies in
|
from 1.0.7, you might want to delete your old copies in
|
||||||
/usr/[local/]bin. If you use an OS that does not use libexec
|
/usr/[local/]bin. If you use an OS that does not use libexec
|
||||||
for whatever reason, use --libexecdir=/usr/local/lib to place
|
for whatever reason, use configure --libexecdir=/usr/local/lib
|
||||||
the keyserver helpers there.
|
to place the keyserver helpers there.
|
||||||
|
|
||||||
* The LDAP keyserver handler now works properly with very old
|
* The LDAP keyserver handler now works properly with very old
|
||||||
(version 1) LDAP keyservers.
|
(version 1) LDAP keyservers.
|
||||||
|
@ -532,7 +532,7 @@ 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)
|
AC_CHECK_FUNCS(strcasecmp strncasecmp hstrerror)
|
||||||
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)
|
AC_CHECK_FUNCS(waitpid wait4 sigaction sigprocmask rand pipe stat)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user