1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.

This commit is contained in:
Jim Meyering
1999-11-17 14:04:32 +00:00
parent f98d307bbb
commit c49e7f4f22
+2 -2
View File
@@ -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/" ;;