summaryrefslogtreecommitdiff
path: root/m4/gettext.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-17 14:04:32 +0000
committerJim Meyering <jim@meyering.net>1999-11-17 14:04:32 +0000
commitc49e7f4f22135c4500bcae4a628aaa4157a5ceda (patch)
tree5d27cc79d1dc84881203f7b8727c3845ee995749 /m4/gettext.m4
parentf98d307bbbca2e70d46070b7b4cc345006ac87f9 (diff)
downloadcoreutils-c49e7f4f22135c4500bcae4a628aaa4157a5ceda.tar.xz
Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
Diffstat (limited to 'm4/gettext.m4')
-rw-r--r--m4/gettext.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4
index 84a466cae..1582da3cd 100644
--- a/m4/gettext.m4
+++ b/m4/gettext.m4
@@ -160,7 +160,7 @@ AC_DEFUN(AM_WITH_NLS,
# Clean out junk possibly left behind by a previous configuration.
rm -f intl/libintl.h
fi
- AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
+ AC_CONFIG_LINKS($nls_cv_header_intl:$nls_cv_header_libgt)
AC_OUTPUT_COMMANDS(
[case "$CONFIG_FILES" in *po/Makefile.in*)
sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
@@ -305,7 +305,7 @@ strdup __argz_count __argz_stringify __argz_next])
test -d po || mkdir po
changequote(, )dnl
case "$srcdir" in
- .)
+ .)
posrcprefix="../" ;;
/* | [A-Za-z]:*)
posrcprefix="$srcdir/" ;;