hamster-applet r431 - trunk
- From: wbolster svn gnome org
- To: svn-commits-list gnome org
- Subject: hamster-applet r431 - trunk
- Date: Thu, 21 Aug 2008 14:47:51 +0000 (UTC)
Author: wbolster
Date: Thu Aug 21 14:47:51 2008
New Revision: 431
URL: http://svn.gnome.org/viewvc/hamster-applet?rev=431&view=rev
Log:
2008-08-21 Wouter Bolsterlee <wbolster svn gnome org>
* configure.ac: Unbreak i18n (and the build) by using
the correct autoconf magic. Bumped intltool dependency
to 0.37.1 as well.
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Thu Aug 21 14:47:51 2008
@@ -24,13 +24,11 @@
dnl * Translation & i18n
dnl ****************************************************************************
-ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS"`"
-AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
GETTEXT_PACKAGE=hamster-applet
-IT_PROG_INTLTOOL([0.35])
AC_SUBST(GETTEXT_PACKAGE)
-AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The gettext package])
+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])
AM_GLIB_GNU_GETTEXT
+IT_PROG_INTLTOOL([0.37.1])
dnl ****************************************************************************
dnl * GConf support
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]