diff options
author | Werner Koch <[email protected]> | 2003-04-15 19:26:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-04-15 19:26:50 +0000 |
commit | d39e4125f9c53ae8a610db0f597aed9a45396b94 (patch) | |
tree | ccc8c1e8944f237e2e5873a73f997adba8024b1e | |
parent | * longlong.h (umul_ppmm): Support SH3 and SH4. Thanks to (diff) | |
download | gnupg-d39e4125f9c53ae8a610db0f597aed9a45396b94.tar.gz gnupg-d39e4125f9c53ae8a610db0f597aed9a45396b94.zip |
* configure.ac (ALL_LINGUAS): Add Slovak translation.
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 5 insertions, 1 deletions
@@ -40,6 +40,8 @@ Magda Procha'zkova' <[email protected]> Translations [cs] Michael Roth <[email protected]> Assignment (wrote cipher/des.c., changes and bug fixes all over the place) +Michal Majer <[email protected]> Translations [sk] + Marco d'Itri <[email protected]> Translations [it] Matthew Skala <[email protected]> Disclaimer @@ -1,5 +1,7 @@ 2003-04-15 Werner Koch <[email protected]> + * configure.ac (ALL_LINGUAS): Add Slovak translation. + * configure.ac (HAVE_DOSISH_SYSTEM): New automake conditional. * acinclude.m4 (GNUPG_CHECK_ENDIAN): Fixed quoting of r.e. using diff --git a/configure.ac b/configure.ac index d7253b71e..7c8f9d3bf 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_INIT(gnupg, 1.2.2rc1, [email protected]) # sufficient. development_version=no -ALL_LINGUAS="ca cs da de eo el es et fi fr gl id it ja nl pl pt_BR pt sv tr zh_TW" +ALL_LINGUAS="ca cs da de eo el es et fi fr gl id it ja nl pl pt_BR pt sk sv tr zh_TW" PACKAGE=$PACKAGE_NAME VERSION=$PACKAGE_VERSION |