summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-18 11:18:46 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-18 11:18:46 +0900
commit5d2ff913bccb1768dbf8eca6b7d4ea66cf679552 (patch)
treedfd1893f57e517c60eac3a006f2e1dd7175096a4 /m4
parent2e7668fd18fe954efd51af3cfd5ec58c6d619ceb (diff)
downloadecryptfs-utils-5d2ff913bccb1768dbf8eca6b7d4ea66cf679552.tar.gz
ecryptfs-utils-5d2ff913bccb1768dbf8eca6b7d4ea66cf679552.tar.bz2
ecryptfs-utils-5d2ff913bccb1768dbf8eca6b7d4ea66cf679552.zip
Imported Upstream version 108upstream/108
Diffstat (limited to 'm4')
-rw-r--r--m4/intltool.m425
1 files changed, 0 insertions, 25 deletions
diff --git a/m4/intltool.m4 b/m4/intltool.m4
index 33353ed..c25b7b1 100644
--- a/m4/intltool.m4
+++ b/m4/intltool.m4
@@ -155,31 +155,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])
])