summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-04-06 09:38:44 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-04-06 09:38:44 +0200
commit862e48598a05c6e02c302f522f545d94599ba0bf (patch)
tree6143e886739cd23e8f3f8025cc049e8f9faaa99f /aclocal.m4
parent8168d09e3d376e5b3e751472e0473483fc00810a (diff)
Imported Upstream version 3.16.0.1upstream/3.16.0.1
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m425
1 files changed, 0 insertions, 25 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 049e1d3..f6bbb9e 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -291,31 +291,6 @@ fi
# Substitute ALL_LINGUAS so we can use it in po/Makefile
AC_SUBST(ALL_LINGUAS)
-# Set DATADIRNAME correctly if it is not set yet
-# (copied from glib-gettext.m4)
-if test -z "$DATADIRNAME"; then
- AC_LINK_IFELSE(
- [AC_LANG_PROGRAM([[]],
- [[extern int _nl_msg_cat_cntr;
- return _nl_msg_cat_cntr]])],
- [DATADIRNAME=share],
- [case $host in
- *-*-solaris*)
- dnl On Solaris, if bind_textdomain_codeset is in libc,
- dnl GNU format message catalog is always supported,
- dnl since both are added to the libc all together.
- dnl Hence, we'd like to go with DATADIRNAME=share
- dnl in this case.
- AC_CHECK_FUNC(bind_textdomain_codeset,
- [DATADIRNAME=share], [DATADIRNAME=lib])
- ;;
- *)
- [DATADIRNAME=lib]
- ;;
- esac])
-fi
-AC_SUBST(DATADIRNAME)
-
IT_PO_SUBDIR([po])
])