diff options
author | Werner Koch <[email protected]> | 2004-07-27 15:12:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-07-27 15:12:00 +0000 |
commit | 5d4fb5734727e493fa8119f0d2d0f21ebc7452a7 (patch) | |
tree | a2f907826fed2c350c048db21fc0c8d8e2850fc2 /intl/localcharset.c | |
parent | * keylist.c (list_keyblock_print): Always use the new listing format where (diff) | |
download | gnupg-5d4fb5734727e493fa8119f0d2d0f21ebc7452a7.tar.gz gnupg-5d4fb5734727e493fa8119f0d2d0f21ebc7452a7.zip |
* configure.ac (AM_GNU_GETTEXT_VERSION): New.
(min_automake_version): New.
* LINGUAS: Added all languages we supported in 1.2.5.
Copied all po files from 1.2.5.
* autogen.sh: Updated to the modern version, grepping the required
tool versions from configure.ac.
Diffstat (limited to 'intl/localcharset.c')
-rw-r--r-- | intl/localcharset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/localcharset.c b/intl/localcharset.c index d04d05368..4865f1037 100644 --- a/intl/localcharset.c +++ b/intl/localcharset.c @@ -86,7 +86,7 @@ # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) #endif -#ifdef HAVE_GETC_UNLOCKED +#if HAVE_DECL_GETC_UNLOCKED # undef getc # define getc getc_unlocked #endif |