[evolution-ews] configure.ac: Do not override localedir variable



commit 6f6bdc4b755ff2089d645ce1b2d09114fa72a1f9
Author: Milan Crha <mcrha redhat com>
Date:   Thu Jun 11 10:11:15 2015 +0200

    configure.ac: Do not override localedir variable
    
    It could place locale files into $PREFIX/locale, instead of $PREFIX/share/locale.
    The change follows bug 703732.

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1d4d746..ede1ef2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -199,9 +199,6 @@ GETTEXT_PACKAGE=evolution-ews
 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 ****************************


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]