summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2004-12-01 20:26:45 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2004-12-01 20:26:45 +0000
commit35c7382f769ac53b08a551af8404e80b8d13f341 (patch)
tree327d6c6d04eb1a7e3c1b17165d7f97487d1b50e3 /m4
parent04791b4244b48f02aad440c6af3dd13fb88ea814 (diff)
downloadxine-lib-35c7382f769ac53b08a551af8404e80b8d13f341.tar.gz
xine-lib-35c7382f769ac53b08a551af8404e80b8d13f341.tar.bz2
mkinstalldirs script is obsoleted in automake. Using "install-sh -d" instead.
CVS patchset: 7181 CVS date: 2004/12/01 20:26:45
Diffstat (limited to 'm4')
-rw-r--r--m4/gettext.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4
index c9f13b8d1..a27be9a65 100644
--- a/m4/gettext.m4
+++ b/m4/gettext.m4
@@ -350,18 +350,6 @@ strdup strtoul tsearch __argz_count __argz_stringify __argz_next])
fi
fi
- dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
- dnl find the mkinstalldirs script in another subdir but $(top_srcdir).
- dnl Try to locate is.
- MKINSTALLDIRS=
- if test -n "$ac_aux_dir"; then
- MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
- fi
- if test -z "$MKINSTALLDIRS"; then
- MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
- fi
- AC_SUBST(MKINSTALLDIRS)
-
dnl Enable libtool support if the surrounding package wishes it.
INTL_LIBTOOL_SUFFIX_PREFIX=ifelse([$1], use-libtool, [l], [])
AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX)