projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5977a74
)
* configure.ac: Don't check GnuPG version.
author
ueno
<ueno>
Thu, 4 Jan 2007 03:44:52 +0000
(
03:44
+0000)
committer
ueno
<ueno>
Thu, 4 Jan 2007 03:44:52 +0000
(
03:44
+0000)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
39c3b06
..
c7eed14
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,7
@@
2007-01-04 Daiki Ueno <ueno@unixuser.org>
+ * configure.ac: Don't check GnuPG version.
+
* 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
..
e683e71
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-9,7
+9,5
@@
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_CONFIG_FILES([Makefile])
AC_OUTPUT