From: Bruno Haible Date: Fri, 4 Jan 2002 11:20:06 +0000 (+0000) Subject: Doc tweak. X-Git-Tag: v0.11~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c36c1f1944e7f3ca7acc380c3c170287af125df;p=thirdparty%2Fgettext.git Doc tweak. --- diff --git a/m4/gettext.m4 b/m4/gettext.m4 index 0783a94e4..e59f46660 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -13,7 +13,7 @@ # serial 12 -dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [LIBDIR]). +dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]). dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The dnl default (if it is not specified or empty) is 'no-libtool'. dnl INTLSYMBOL should be 'external' for packages with no intl directory, @@ -26,7 +26,7 @@ dnl $(top_builddir)/intl/libintl.a will be created. dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext dnl implementations (in libc or libintl) without the ngettext() function dnl will be ignored. -dnl LIBDIR is used to find the intl libraries. If empty, +dnl INTLDIR is used to find the intl libraries. If empty, dnl the value `$(top_builddir)/intl/' is used. dnl dnl The result of the configuration is one of three cases: