From 88b7e52b423cd36b6281dc3f7a76a3f570630f8e Mon Sep 17 00:00:00 2001 From: David Shaw Date: Wed, 21 May 2003 18:37:04 +0000 Subject: [PATCH] * 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. --- ChangeLog | 6 ++++++ configure.ac | 29 ++++++++++++++++------------- 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index c5cf951a9..634c3111a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-05-21 David Shaw + + * 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 * configure.ac: Simpler implementation for the 64-bit question - diff --git a/configure.ac b/configure.ac index e3320dcb0..637125f4b 100644 --- a/configure.ac +++ b/configure.ac @@ -133,6 +133,9 @@ fi # Note that TIGER, SHA-384, and SHA-512 may not actually be included # 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_ARG_ENABLE(tiger, [ --enable-tiger enable nonstandard TIGER/192 digest support], @@ -897,20 +900,20 @@ AC_CONFIG_COMMANDS(g10defs.h,[[ cat >g10defs.tmp <