From: ueno Date: Thu, 4 Jan 2007 05:42:53 +0000 (+0000) Subject: * configure.ac: Use AC_MSG_WARN instead of AC_MSG_ERROR. X-Git-Tag: epg-0_0_10~23 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=81d62102f205262b0d9a9efe7afdee454381f652;p=elisp%2Fepg.git * configure.ac: Use AC_MSG_WARN instead of AC_MSG_ERROR. --- diff --git a/ChangeLog b/ChangeLog index bd29f29..e8bdbce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-01-04 Daiki Ueno + * configure.ac: Use AC_MSG_WARN instead of AC_MSG_ERROR. + * epg.el (epg-signature-to-string): Print creation-time and used pubkey-algorithm. (epg-sign-string): If the GnuPG version is earlier than 1.4.3, diff --git a/configure.ac b/configure.ac index adb163c..f84a7c5 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_PATH_PACKAGEDIR AM_CONDITIONAL(XEMACS, test ${EMACS_FLAVOR} = xemacs) -AC_CHECK_GPG(1.4.3,,AC_MSG_ERROR([No suitable version of gpg])) +AC_CHECK_GPG(1.4.3,,AC_MSG_WARN([No suitable version of gpg])) AC_CONFIG_FILES([Makefile]) AC_OUTPUT