diff options
-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 |