[evolution-ews/gnome-3-16] configure.ac: Do not override localedir variable



commit 8263b3dbbb58be07e812fcff627a392dd73419ad
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 d1c792e..0538904 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]