summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-11-25 17:32:14 +0800
committerZenWalker <[email protected]>2019-12-01 13:20:15 +0100
commit4f66aef00bb86ca01616849bfc60ef362fbd6f69 (patch)
treec74581dc95b28cc54ea68bb7c930f95180e034bd /configure.ac
parentdfa4489940d461401d3e91b56abc5fba34bf187d (diff)
downloadengrampa-4f66aef00bb86ca01616849bfc60ef362fbd6f69.tar.bz2
engrampa-4f66aef00bb86ca01616849bfc60ef362fbd6f69.tar.xz
define LOCALEDIR for bindtextdomain()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index af8446d..51c147e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,14 +135,6 @@ AM_GNU_GETTEXT_VERSION([0.19.8])
AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
AM_GNU_GETTEXT([external])
-if test "x${prefix}" = "xNONE"; then
- AC_DEFINE_UNQUOTED(LOCALEDIR, "${ac_default_prefix}/${DATADIRNAME}/locale", [Locale dir])
-else
- AC_DEFINE_UNQUOTED(LOCALEDIR, "${prefix}/${DATADIRNAME}/locale", [Locale dir])
-fi
-
-dnl ******************************
-
dnl ******************************
AC_ARG_ENABLE([magic],