Fixed URLs in the notice messages.

This commit is contained in:
Werner Koch 2004-02-20 14:23:30 +00:00
parent c4663004d9
commit ffd5cd0368
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2004-02-20 Werner Koch <wk@gnupg.org>
* configure.ac: Fixed URLs in the notice messages.
2004-02-18 Werner Koch <wk@gnupg.org> 2004-02-18 Werner Koch <wk@gnupg.org>
* acinclude.m4: Removed macros to detect gpg-error, libgcrypt, * acinclude.m4: Removed macros to detect gpg-error, libgcrypt,

View File

@ -966,7 +966,7 @@ if test "$have_gpg_error" = "no"; then
*** ***
*** You need libgpg-error to build this program. *** You need libgpg-error to build this program.
** This library is for example available at ** This library is for example available at
*** ftp://ftp.gnupg.org/pub/gcrypt/alpha/libgpg-error *** ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error
*** (at least version $NEED_GPG_ERROR_VERSION is required.) *** (at least version $NEED_GPG_ERROR_VERSION is required.)
***]]) ***]])
fi fi
@ -976,7 +976,7 @@ if test "$have_libgcrypt" = "no"; then
*** ***
*** You need libgcrypt to build this program. *** You need libgcrypt to build this program.
** This library is for example available at ** This library is for example available at
*** ftp://ftp.gnupg.org/pub/gcrypt/alpha/libgcrypt/ *** ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/
*** (at least version $NEED_LIBGCRYPT_VERSION is required.) *** (at least version $NEED_LIBGCRYPT_VERSION is required.)
***]]) ***]])
fi fi
@ -986,7 +986,7 @@ if test "$have_libassuan" = "no"; then
*** ***
*** You need libassuan to build this program. *** You need libassuan to build this program.
*** This library is for example available at *** This library is for example available at
*** ftp://ftp.gnupg.org/pub/gcrypt/alpha/libassuan/ *** ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/
*** (at least version $NEED_LIBASSUAN_VERSION is required). *** (at least version $NEED_LIBASSUAN_VERSION is required).
***]]) ***]])
fi fi
@ -996,7 +996,7 @@ if test "$have_ksba" = "no"; then
*** ***
*** You need libksba to build this program. *** You need libksba to build this program.
*** This library is for example available at *** This library is for example available at
*** ftp://ftp.gnupg.org/pub/gcrypt/alpha/libksba/ *** ftp://ftp.gnupg.org/gcrypt/alpha/libksba/
*** (at least version $NEED_KSBA_VERSION is required). *** (at least version $NEED_KSBA_VERSION is required).
***]]) ***]])
fi fi