X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgettext.m4;h=1582da3cde634a2692f304ab0d1feb1a46f37425;hb=381b2b4eafe655cb3fcbe16f1f1944aa555a5c83;hp=84a466cae6db456f639a90b59f2ab3d7598011c0;hpb=2e7840e90b33e3faaaa1a57c1c593df2a25ec94d;p=gnulib.git 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/" ;;