From 1a9da605ad2f801324342b68b49aa8aebefc2c27 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sun, 18 Nov 2001 03:31:31 +0000 Subject: 2001-11-18 Marcus Brinkmann * configure.in: Renamed to ... * configure.ac: ... this. Update to autoconf 2.52. Lots of small changes in the transition. Support --with-gpg=PATH and --with-gpgsm=PATH options. Check if test suites can be run. * acconfig.h: Add GPGSM_PATH. * Makefile.am: New variable `tests', set to `tests' if RUN_GPG_TESTS. (SUBDIRS): Replace string `tests' with variable `tests'. gpgme/ 2001-11-18 Marcus Brinkmann * configure.in: Renamed to ... * configure.ac: ... this. Update to autoconf 2.52. Lots of small changes in the transition. Support --with-gpg=PATH and --with-gpgsm=PATH options. Check if test suites can be run. * acconfig.h: Add GPGSM_PATH. * Makefile.am: New variable `tests', set to `tests' if RUN_GPG_TESTS. (SUBDIRS): Replace string `tests' with variable `tests'. --- acconfig.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 1a7f63c2..2eb2460b 100644 --- a/acconfig.h +++ b/acconfig.h @@ -39,12 +39,15 @@ /* Some systems have a mkdir that takes a single argument. */ #undef MKDIR_TAKES_ONE_ARG -/* path to the gpg binary */ +/* Path to the GnuPG binary. */ #undef GPG_PATH -/* min. needed GPG version */ +/* Min. needed GnuPG version. */ #undef NEED_GPG_VERSION -/* stuff needed by lnlib/ */ +/* Path to the GpgSM binary. */ +#undef GPGSM_PATH + +/* Stuff needed by jnlib. */ #undef HAVE_BYTE_TYPEDEF #undef HAVE_USHORT_TYPEDEF #undef HAVE_ULONG_TYPEDEF -- cgit v1.2.3