mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
See ChangeLog: Thu Dec 9 17:22:27 CET 1999 Werner Koch
This commit is contained in:
parent
4555c0be94
commit
f8848d9c5c
3 changed files with 38 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue