From 27b1b16202f0b1303ce6c68c4e4245439d557ad6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 17 May 2001 13:45:33 +0000 Subject: [PATCH] Oops. --- m4/gettext.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/gettext.m4 b/m4/gettext.m4 index 3b2a035e2..05358c480 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -149,7 +149,7 @@ return (int) gettext ("")]ifelse([$2], need-ngettext, [ + (int) ngettext ("", "" BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes CATOBJEXT=.gmo - INTLLIBS="ifelse([$3],[],$(top_builddir)/intl,[$3])/libintl.ifelse([$1], use-libtool, [l], [])a $LIBICONV" + INTLLIBS="ifelse([$3],[],\$(top_builddir)/intl,[$3])/libintl.ifelse([$1], use-libtool, [l], [])a $LIBICONV" LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi -- 2.47.2