From b188c246ca1b976eda56cd051d02e524490e9374 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 10 Jul 2007 09:24:29 +0000 Subject: [PATCH] Typo fixes. iconv detection fix. Use the currect type in t-gettime. --- ChangeLog | 5 +++++ artwork/README | 2 +- common/ChangeLog | 4 ++++ common/t-gettime.c | 2 +- configure.ac | 7 ++++++- 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b91c07424..9d891125e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-09 Werner Koch + + * configure.ac (AM_ICONV): Check for it even when building without + NLS. + 2007-07-05 Werner Koch Released 2.0.5. diff --git a/artwork/README b/artwork/README index ddd895aec..5e60ab920 100644 --- a/artwork/README +++ b/artwork/README @@ -3,7 +3,7 @@ is not part of GnuPG proper. [wk 2004-09-11] gnupg-logo-new.svg Is the new logo from the logo context. - We actually use the upper riight one; the + We actually use the upper right one; the other elements may still be useful. gnupg-logo-new.eps Other versions. diff --git a/common/ChangeLog b/common/ChangeLog index 63289215e..3d1f47160 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,7 @@ +2007-07-09 Werner Koch + + * t-gettime.c (test_isotime2epoch): Use time_t and not u32. + 2007-07-05 Werner Koch * t-gettime.c: New. diff --git a/common/t-gettime.c b/common/t-gettime.c index 495de37bd..5cc78ff35 100644 --- a/common/t-gettime.c +++ b/common/t-gettime.c @@ -57,7 +57,7 @@ test_isotime2epoch (void) { NULL, 0 } }; int idx; - u32 val; + time_t val; gnupg_isotime_t tbuf; for (idx=0; array[idx].string; idx++) diff --git a/configure.ac b/configure.ac index 75d1d64db..1926cf9cd 100644 --- a/configure.ac +++ b/configure.ac @@ -867,6 +867,12 @@ AC_DEFINE_UNQUOTED(PRINTABLE_OS_NAME, "$PRINTABLE_OS_NAME", [A human readable text with the name of the OS]) +# +# Checking for iconv +# +AM_ICONV + + # # Check for gettext # @@ -874,7 +880,6 @@ AC_MSG_NOTICE([checking for gettext]) AM_PO_SUBDIRS AM_GNU_GETTEXT_VERSION([0.16.1]) if test "$try_gettext" = yes; then - AM_ICONV AM_GNU_GETTEXT([external],[need-ngettext]) # gettext requires some extra checks. These really should be part of