mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Typo fixes.
iconv detection fix. Use the currect type in t-gettime.
This commit is contained in:
parent
bab8f15417
commit
b188c246ca
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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++)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user