r3619 - trunk/src/target/OM-2007.2/applications/openmoko-calculator2

ortalo at sita.openmoko.org ortalo at sita.openmoko.org
Sun Dec 9 23:02:35 CET 2007


Author: ortalo
Date: 2007-12-09 23:02:34 +0100 (Sun, 09 Dec 2007)
New Revision: 3619

Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-calculator2/Makefile.am
   trunk/src/target/OM-2007.2/applications/openmoko-calculator2/autogen.sh
   trunk/src/target/OM-2007.2/applications/openmoko-calculator2/configure.ac
Log:
Reverting previous change due to strange things with intltoolize
generated .in files when packaging (distcheck and co.)


Modified: trunk/src/target/OM-2007.2/applications/openmoko-calculator2/Makefile.am
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-calculator2/Makefile.am	2007-12-09 21:34:54 UTC (rev 3618)
+++ trunk/src/target/OM-2007.2/applications/openmoko-calculator2/Makefile.am	2007-12-09 22:02:34 UTC (rev 3619)
@@ -1,11 +1,3 @@
 AUTOMAKE_OPTIONS=foreign
 SUBDIRS = src data po
 
-INTLTOOL_BUILT = \
-        intltool-extract \
-        intltool-merge \
-        intltool-update
-
-EXTRA_DIST = $(INTLTOOL_BUILT:=.in)
-
-DISTCLEANFILES = $(INTLTOOL_BUILT)

Modified: trunk/src/target/OM-2007.2/applications/openmoko-calculator2/autogen.sh
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-calculator2/autogen.sh	2007-12-09 21:34:54 UTC (rev 3618)
+++ trunk/src/target/OM-2007.2/applications/openmoko-calculator2/autogen.sh	2007-12-09 22:02:34 UTC (rev 3619)
@@ -1,5 +1,4 @@
 #! /bin/sh
 autoreconf -v --install || exit 1
 glib-gettextize --force --copy || exit 1
-intltoolize --force --copy || exit 1
 ./configure --enable-maintainer-mode "$@"

Modified: trunk/src/target/OM-2007.2/applications/openmoko-calculator2/configure.ac
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-calculator2/configure.ac	2007-12-09 21:34:54 UTC (rev 3618)
+++ trunk/src/target/OM-2007.2/applications/openmoko-calculator2/configure.ac	2007-12-09 22:02:34 UTC (rev 3619)
@@ -11,10 +11,10 @@
 AC_PROG_LIBTOOL
 
 dnl i18n support
-AC_PROG_INTLTOOL([0.23])
 GETTEXT_PACKAGE=Calculator
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])
 AC_SUBST(GETTEXT_PACKAGE)
+ALL_LINGUAS="fr ru sv"
 AM_GLIB_GNU_GETTEXT
 
 # base deps





More information about the commitlog mailing list