2006-07-18 Daiki Ueno <ueno@unixuser.org>
+ * acinclude.m4 (AC_CHECK_GPG): Renamed from AC_PATH_GPG.
+
* epg.el (epg-process-filter-running): New variable.
(epg--start): Setup epg-process-filter-running.
(epg--process-filter): Allow only one status handler to run at a
ADDITIONAL_LOAD_PATH=)
AC_SUBST(ADDITIONAL_LOAD_PATH)])
-AC_DEFUN([AC_PATH_GPG],
+AC_DEFUN([AC_CHECK_GPG],
[AC_ARG_ENABLE(gpgtest,
AC_HELP_STRING([--disable-gpgtest=PATH], [Do not check GnuPG version]),
enable_gpgtest=yes)
AM_CONDITIONAL(XEMACS, test ${EMACS_FLAVOR} = xemacs)
-AC_PATH_GPG(1.4.3,,AC_MSG_ERROR([No suitable version of gpg]))
+AC_CHECK_GPG(1.4.3,,AC_MSG_ERROR([No suitable version of gpg]))
AC_CONFIG_FILES([Makefile])
AC_OUTPUT