Conglomerate POT file generation
- From: Danilo Segan <dsegan gmx net>
- To: gnome-i18n gnome org
- Cc: david davemalcolm demon co uk,conglomerate-devel lists copyleft no
- Subject: Conglomerate POT file generation
- Date: Sun, 21 Sep 2003 16:12:55 +0200
There appears to be some problem with generation of POT file for
Conglomerate.
$ intltool-update -p
Use of uninitialized value in concatenation (.) or string at
/desktop/g2/bin/intltool-update line 817, <CONF> line 143.
$
Line 143 is last line of configure.in, but it looks all right. Generated
POT file has the name ".pot" (seems that GETTEXT_PACKAGE is not defined
properly).
I've commited the following patch which makes it work correctly:
$ diff -u configure.in.~1.44.~ configure.in
--- configure.in.~1.44.~ Sun Sep 21 16:00:24 2003
+++ configure.in Sun Sep 21 16:07:27 2003
@@ -23,7 +23,7 @@
AM_PROG_LIBTOOL
AC_PROG_INTLTOOL
-GETTEXT_PACKAGE=$PACKAGE_NAME
+GETTEXT_PACKAGE=AC_PACKAGE_NAME
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name
for gettext])
Could someone please review if it's correct, and if it isn't correct it
again ;-)
Cheers,
Danilo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]