summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-31 12:15:42 +0000
committerJim Meyering <jim@meyering.net>2000-12-31 12:15:42 +0000
commitb360fa26e57002eae77642d7f1a3baf67817a9a5 (patch)
tree20c611ff94741973bd29e9c2cadd305e4d8dd8e4 /m4
parent168401bef2f66188d3ca7662e6298b894b800967 (diff)
downloadcoreutils-b360fa26e57002eae77642d7f1a3baf67817a9a5.tar.xz
(AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it can be used in subdirectories.
Diffstat (limited to 'm4')
-rw-r--r--m4/libintl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/libintl.m4 b/m4/libintl.m4
index 3c68b52b5..b4c62f5b9 100644
--- a/m4/libintl.m4
+++ b/m4/libintl.m4
@@ -6,7 +6,7 @@
# but which still want to provide support for the GNU gettext functionality.
# Please note that the actual code is *not* freely available.
-# serial 109
+# serial 110
AC_PREREQ(2.13) dnl Minimum Autoconf version required.
@@ -289,7 +289,7 @@ strdup __argz_count __argz_stringify __argz_next])
dnl Try to locate it.
MKINSTALLDIRS=
if test -n "$ac_aux_dir"; then
- MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
+ MKINSTALLDIRS="\$(top_srcdir)/$ac_aux_dir/mkinstalldirs"
fi
if test -z "$MKINSTALLDIRS"; then
MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"