Mercurial > hg > octave-kai > gnulib-hg
changeset 2016:569ef77e8103
Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Wed, 17 Nov 1999 14:04:32 +0000 |
parents | a331ff3f0db4 |
children | bd0fd5b7d30b |
files | m4/gettext.m4 |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -160,7 +160,7 @@ # 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 @@ test -d po || mkdir po changequote(, )dnl case "$srcdir" in - .) + .) posrcprefix="../" ;; /* | [A-Za-z]:*) posrcprefix="$srcdir/" ;;