From: Jim Meyering Date: Wed, 17 Nov 1999 14:04:32 +0000 (+0000) Subject: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES. X-Git-Tag: FILEUTILS-4_0j-trial~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c49e7f4f22135c4500bcae4a628aaa4157a5ceda;p=thirdparty%2Fcoreutils.git Use new AC_CONFIG_LINKS in place of AC_LINK_FILES. --- diff --git a/m4/gettext.m4 b/m4/gettext.m4 index 84a466cae6..1582da3cde 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/" ;;