summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-07-10 11:24:29 +0200
committerWerner Koch <wk@gnupg.org>2007-07-10 11:24:29 +0200
commitb188c246ca1b976eda56cd051d02e524490e9374 (patch)
treee5a2aaa6eae23564857146e041015457e38195c5
parentThe Logos as designed by Thoams Wittek. (diff)
downloadgnupg2-b188c246ca1b976eda56cd051d02e524490e9374.tar.xz
gnupg2-b188c246ca1b976eda56cd051d02e524490e9374.zip
Typo fixes.
iconv detection fix. Use the currect type in t-gettime.
-rw-r--r--ChangeLog5
-rw-r--r--artwork/README2
-rw-r--r--common/ChangeLog4
-rw-r--r--common/t-gettime.c2
-rw-r--r--configure.ac7
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 <wk@g10code.com>
+
+ * configure.ac (AM_ICONV): Check for it even when building without
+ NLS.
+
2007-07-05 Werner Koch <wk@g10code.com>
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 <wk@g10code.com>
+
+ * t-gettime.c (test_isotime2epoch): Use time_t and not u32.
+
2007-07-05 Werner Koch <wk@g10code.com>
* 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
@@ -868,13 +868,18 @@ AC_DEFINE_UNQUOTED(PRINTABLE_OS_NAME, "$PRINTABLE_OS_NAME",
#
+# Checking for iconv
+#
+AM_ICONV
+
+
+#
# Check for gettext
#
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