aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-12-09 16:23:35 +0000
committerWerner Koch <[email protected]>1999-12-09 16:23:35 +0000
commitf8848d9c5cb6d679d806d702d1657e9165e972be (patch)
tree1215362f1d7fd38d565eb61596401edd87776980 /configure.in
parentSee ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch (diff)
downloadgnupg-f8848d9c5cb6d679d806d702d1657e9165e972be.tar.gz
gnupg-f8848d9c5cb6d679d806d702d1657e9165e972be.zip
See ChangeLog: Thu Dec 9 17:22:27 CET 1999 Werner Koch
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e553917a7..2651b87ab 100644
--- a/configure.in
+++ b/configure.in
@@ -678,8 +678,15 @@ AM_CONDITIONAL(CROSS_COMPILING, test x$cross_compiling = xyes)
GNUPG_DO_LINK_FILES
+dnl
+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)
+dnl
+GNUPG_FIX_HDR_VERSION(gcrypt/gcrypt.h, GCRYPT_VERSION)
+
AC_OUTPUT_COMMANDS([
+chmod +x gcrypt/gcrypt-config
cat >g10defs.tmp <<G10EOF
/* Generated automatically by configure */
#ifdef HAVE_DRIVE_LETTERS
@@ -700,7 +707,6 @@ else
mv g10defs.tmp g10defs.h
echo "g10defs.h created"
fi
-chmod +x gcrypt/gcrypt-config
],[
prefix=$prefix
exec_prefix=$exec_prefix