aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-04-04 23:31:11 +0000
committerMarcus Brinkmann <[email protected]>2002-04-04 23:31:11 +0000
commit990e6924d130bacc0574e29b1a222e3232d4e5b7 (patch)
tree41cec76cbd629b66f76efde3bb04f32c7c924ad8 /acinclude.m4
parent2002-04-05 Marcus Brinkmann <marcus@g10code,de> (diff)
downloadgpgme-990e6924d130bacc0574e29b1a222e3232d4e5b7.tar.gz
gpgme-990e6924d130bacc0574e29b1a222e3232d4e5b7.zip
2002-04-05 Marcus Brinkmann <[email protected]>
* 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.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m416
1 files changed, 2 insertions, 14 deletions
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 <sys/types.h> header file.])
fi
])
-
-
-
-
-
-
-
-
-
-