From 990e6924d130bacc0574e29b1a222e3232d4e5b7 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 4 Apr 2002 23:31:11 +0000 Subject: 2002-04-05 Marcus Brinkmann * acconfig.h: File removed. * configure.ac (NEED_GPG_VERSION): Add description. (NEED_GPGSM_VERSION): Likewise. (HAVE_DOSISH_SYSTEM): Likewise. (HAVE_DRIVE_LETTERS): Likewise. (GPG_PATH): Likewise. (GPGSM_PATH): Likewise. * acinclude.m4 (GNUPG_CHECK_TYPEDEF): Likewise. --- acinclude.m4 | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index 01fe6ba5..7cbdb15b 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,6 +1,5 @@ dnl Macros to configure gpgme - dnl GNUPG_FIX_HDR_VERSION(FILE, NAME) dnl Make the version number in gcrypt/gcrypt.h the same as the one here. dnl (this is easier than to have a .in file just for one substitution) @@ -27,8 +26,6 @@ AC_DEFUN(GNUPG_FIX_HDR_VERSION, ]) - - dnl GNUPG_CHECK_TYPEDEF(TYPE, HAVE_NAME) dnl Check whether a typedef exists and create a #define $2 if it exists dnl @@ -42,16 +39,7 @@ AC_DEFUN(GNUPG_CHECK_TYPEDEF, ], gnupg_cv_typedef_$1=yes, gnupg_cv_typedef_$1=no )]) AC_MSG_RESULT($gnupg_cv_typedef_$1) if test "$gnupg_cv_typedef_$1" = yes; then - AC_DEFINE($2) + AC_DEFINE($2, , + [Define to 1 if $1 is defined in the header file.]) fi ]) - - - - - - - - - - -- cgit v1.2.3