[gnumeric] Configure: fix locale directory.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Configure: fix locale directory.
- Date: Sun, 31 Mar 2013 02:04:11 +0000 (UTC)
commit e18fe73f142f10d2201b2d7052cb251049a40a5a
Author: Morten Welinder <terra gnome org>
Date: Sat Mar 30 22:03:54 2013 -0400
Configure: fix locale directory.
NEWS | 3 +++
configure.ac | 12 ++++++++----
2 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 36d4629..b89b828 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
Gnumeric 1.12.2
+Dominique Leuenberger:
+ * Fix locale directory.
+
Jean:
* Fix problems with sheet widgets. [#696533]
diff --git a/configure.ac b/configure.ac
index fa55a76..c1f65e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,6 +235,14 @@ else
fi
AC_SUBST(GNUMERIC_PLUGIN_LDFLAGS)
+dnl **************************************************
+dnl This needs to be done before we add aggressive -Werror=foo flags
+dnl below.
+AC_SUBST(GETTEXT_PACKAGE, gnumeric)
+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
+ [The package name, for gettext])
+AM_GLIB_GNU_GETTEXT
+
dnl ****************************
dnl prep the pixmap generator
dnl ****************************
@@ -502,10 +510,6 @@ for lang in $ALL_LINGUAS; do
done
AC_SUBST(POFILES_FULL)
-AC_SUBST(GETTEXT_PACKAGE, gnumeric)
-AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
- [The package name, for gettext])
-AM_GLIB_GNU_GETTEXT
dnl
dnl Code to handle po-functions/Makefile* and po-functions/POTFILES*
dnl
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]