bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoreconf should use gettextize --intl


From: Akim Demaille
Subject: Re: autoreconf should use gettextize --intl
Date: 13 Mar 2002 15:01:39 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

>>>>> "Andreas" == Andreas Schwab <address@hidden> writes:

Andreas> With the current version of gettext you need to call
Andreas> gettextize with --intl if you want to include libintl in the
Andreas> sources.  If you use gettextize without --intl, you must
Andreas> configure with AM_GNU_GETTEXT([external]) instead.
Andreas> autoreconf should detect that and pass the --intl option to
Andreas> gettextize if AM_GNU_GETTEXT is used without [external].

Hi Andreas,

What algo do you suggest?  Checking 

if gettextize --help | grep -e --intl; then
  pass --intl iff `external' was not specified,
fi

?  I don't use 0.41, so I need more precisions (or some code ;).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]