mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-05 20:48:52 +01:00
* configure.ac: Edit preprocessor instructions in g10defs.h to remove
whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it.
This commit is contained in:
parent
f73e7d4606
commit
88b7e52b42
@ -1,3 +1,9 @@
|
|||||||
|
2003-05-21 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* configure.ac: Edit preprocessor instructions in g10defs.h to
|
||||||
|
remove whitespace before the '#'. This is not required by C89,
|
||||||
|
but there are some compilers out there that don't like it.
|
||||||
|
|
||||||
2003-05-09 David Shaw <dshaw@jabberwocky.com>
|
2003-05-09 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* configure.ac: Simpler implementation for the 64-bit question -
|
* configure.ac: Simpler implementation for the 64-bit question -
|
||||||
|
29
configure.ac
29
configure.ac
@ -133,6 +133,9 @@ fi
|
|||||||
# Note that TIGER, SHA-384, and SHA-512 may not actually be included
|
# Note that TIGER, SHA-384, and SHA-512 may not actually be included
|
||||||
# if there is no 64-bit integer support.
|
# if there is no 64-bit integer support.
|
||||||
|
|
||||||
|
dnl alias
|
||||||
|
AC_ARG_ENABLE(old-tiger,,use_tiger=$enableval)
|
||||||
|
|
||||||
AC_MSG_CHECKING([whether to enable nonstandard TIGER/192 digest support])
|
AC_MSG_CHECKING([whether to enable nonstandard TIGER/192 digest support])
|
||||||
AC_ARG_ENABLE(tiger,
|
AC_ARG_ENABLE(tiger,
|
||||||
[ --enable-tiger enable nonstandard TIGER/192 digest support],
|
[ --enable-tiger enable nonstandard TIGER/192 digest support],
|
||||||
@ -897,20 +900,20 @@ AC_CONFIG_COMMANDS(g10defs.h,[[
|
|||||||
cat >g10defs.tmp <<G10EOF
|
cat >g10defs.tmp <<G10EOF
|
||||||
/* Generated automatically by configure */
|
/* Generated automatically by configure */
|
||||||
#ifdef HAVE_DRIVE_LETTERS
|
#ifdef HAVE_DRIVE_LETTERS
|
||||||
#define G10_LOCALEDIR "c:\\\\lib\\\\gnupg\\\\locale"
|
#define G10_LOCALEDIR "c:\\\\lib\\\\gnupg\\\\locale"
|
||||||
#define GNUPG_LIBDIR "c:\\\\lib\\\\gnupg"
|
#define GNUPG_LIBDIR "c:\\\\lib\\\\gnupg"
|
||||||
#define GNUPG_LIBEXECDIR "c:\\\\lib\\\\gnupg"
|
#define GNUPG_LIBEXECDIR "c:\\\\lib\\\\gnupg"
|
||||||
#define GNUPG_DATADIR "c:\\\\lib\\\\gnupg"
|
#define GNUPG_DATADIR "c:\\\\lib\\\\gnupg"
|
||||||
#define GNUPG_HOMEDIR "c:\\\\gnupg"
|
#define GNUPG_HOMEDIR "c:\\\\gnupg"
|
||||||
#else
|
#else
|
||||||
#define G10_LOCALEDIR "${datadir}/locale"
|
#define G10_LOCALEDIR "${datadir}/locale"
|
||||||
#define GNUPG_LIBDIR "${libdir}/gnupg"
|
#define GNUPG_LIBDIR "${libdir}/gnupg"
|
||||||
#define GNUPG_DATADIR "${datadir}/gnupg"
|
#define GNUPG_DATADIR "${datadir}/gnupg"
|
||||||
#ifdef __VMS
|
#ifdef __VMS
|
||||||
#define GNUPG_HOMEDIR "/SYS\$LOGIN/gnupg"
|
#define GNUPG_HOMEDIR "/SYS\$LOGIN/gnupg"
|
||||||
#else
|
#else
|
||||||
#define GNUPG_HOMEDIR "~/.gnupg"
|
#define GNUPG_HOMEDIR "~/.gnupg"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
/* those are here to be redefined by handcrafted g10defs.h.
|
/* those are here to be redefined by handcrafted g10defs.h.
|
||||||
Please note that the string version must not contain more
|
Please note that the string version must not contain more
|
||||||
|
Loading…
Reference in New Issue
Block a user