On 08/30/14 12:37, Edd Barrett wrote:
On Sat, Aug 30, 2014 at 09:44:24AM -0400, Brian Callahan wrote:
Anyone?
Sorry for the delay. Looks good.
Sure you need to add paths to CONFIGURE_ENV? Seems to build OK without.
without CONFIGURE_ENV:
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
with CONFIGURE_ENV:
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for ngettext in -lintl... yes
checking for dgettext in -lintl... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/local/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/local/bin/msgfmt
checking for xgettext... (cached) /usr/local/bin/xgettext
If nothing else, I think it's safe to leave it in.
I was about to suggest we could remove USE_GMAKE, but I see BSD make fails
to install localisation files. Maybe drop a comment for the next person who
is working on uget and who may be tempted to remove USE_GMAKE?
Sure, I can add a comment in. Thanks.