35 lines
1.0 KiB
Diff
35 lines
1.0 KiB
Diff
|
From 3feaea8e84b3ad8dc2d551e42224f3b4a9413e7d Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||
|
Date: Thu, 3 Sep 2015 11:14:24 +0200
|
||
|
Subject: [PATCH] configure.ac: do not overwrite localedir
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
Upstream-Status: Backport [1]
|
||
|
|
||
|
[1] https://git.gnome.org/browse/evolution-data-server/tree/configure.ac#n298
|
||
|
|
||
|
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||
|
---
|
||
|
configure.ac | 3 ---
|
||
|
1 file changed, 3 deletions(-)
|
||
|
|
||
|
diff --git a/configure.ac b/configure.ac
|
||
|
index f1d4ce8..cee847f 100644
|
||
|
--- a/configure.ac
|
||
|
+++ b/configure.ac
|
||
|
@@ -257,9 +257,6 @@ GETTEXT_PACKAGE=evolution-data-server-$BASE_VERSION
|
||
|
AC_SUBST(GETTEXT_PACKAGE)
|
||
|
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for gettext])
|
||
|
|
||
|
-localedir='$(prefix)/$(DATADIRNAME)/locale'
|
||
|
-AC_SUBST(localedir)
|
||
|
-
|
||
|
dnl ******************************
|
||
|
dnl Initialize libtool
|
||
|
dnl ******************************
|
||
|
--
|
||
|
2.1.0
|
||
|
|