]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Doc tweak.
authorBruno Haible <bruno@clisp.org>
Fri, 4 Jan 2002 11:20:06 +0000 (11:20 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:32:22 +0000 (00:32 +0200)
m4/gettext.m4

index 0783a94e4855fbd5379a292017f0a07db5a0ed72..e59f46660c80ec86eea2abb2ca38dad898746e13 100644 (file)
@@ -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: