[0.4.1] i18n broken & Bugfix

Roland Rosenfeld roland at spinnaker.rhein.de
Sat Oct 10 16:39:09 CEST 1998


I noticed, that there are no localized messages in 0.4.1 any more.
Searching for the problem I found out, that the problem is, that
$G10_LOCALEDIR is set to $g10_prefix/$DATADIRNAME/locale, while
$DATADIRNAME is not set at this moment.

This was implied by moving AM_GNU_GETTEXT in configure.in some
lines...
A patch to undo this change is appended.

Ciao

        Roland

-- 
  * Internet: roland at spinnaker.rhein.de * Fido: 2:2450/42 *
 PGP: 1024/DD08DD6D   2D E7 CC DE D5 8D 78 BE  3C A0 A4 F1 4B 09 CE AF
-------------- next part --------------
--- configure.in.org	Wed Oct  7 13:31:14 1998
+++ configure.in	Sat Oct 10 15:20:39 1998
@@ -254,14 +254,14 @@
 AC_SUBST(ZLIBS)
 
 
+AM_GNU_GETTEXT
+
 G10_LOCALEDIR="$g10_prefix/$DATADIRNAME/locale"
 AC_SUBST(G10_LOCALEDIR)
 AC_DEFINE_UNQUOTED(G10_LOCALEDIR, "$G10_LOCALEDIR")
 dnl WK_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl )
 
 WK_DO_LINK_FILES
-
-AM_GNU_GETTEXT
 
 AC_OUTPUT([
 Makefile


More information about the Gnupg-devel mailing list