bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: [Patch] Configure doesn't detect LC_MESSAGES or LANGINFO_CODESET


From: Aharon Robbins
Subject: Re: [Patch] Configure doesn't detect LC_MESSAGES or LANGINFO_CODESET
Date: Mon, 30 Apr 2007 21:41:05 -0500

Thanks. This is now applied and will show up in the CVS shortly.

In the future, please submit patches relative to the CVS head and also
supply a ChangeLog entry; that makes it easier to apply the patches.

Thanks!

Arnold

In article <address@hidden> you write:
>-=-=-=-=-=-
>
>Hi Aharon,
>
>The configure script in gawk-3.1.5 (and CVS head) doesn't set HAVE_LC_MESSAGES 
>or HAVE_LANGINFO_CODESET even when those features are present.  This causes 
>parts of Gettext's testsuite to fail.  Attached is a patch which simply 
>invokes calls to the AM_LANGINFO_CODESET and gt_LC_MESSAGES macros so that 
>the two variables are correctly set in config.h.  I have a more complete 
>patch that contains the results of a 'autoreconf -f' on the source tree after 
>applying this one, if you would like that instead.
>
>Regards,
>
>Matt.
>
>-=-=-=-=-=-
>
>diff -Naur gawk-3.1.5.orig/configure.ac gawk-3.1.5/configure.ac
>--- gawk-3.1.5.orig/configure.ac       2005-07-26 18:43:51.000000000 +0000
>+++ gawk-3.1.5/configure.ac    2007-04-30 18:03:57.000000000 +0000
>@@ -140,6 +140,8 @@
> dnl initialize GNU gettext
> AM_GNU_GETTEXT([external])
> AM_GNU_GETTEXT_VERSION([0.14.4])
>+AM_LANGINFO_CODESET
>+gt_LC_MESSAGES
> 
> dnl checks for header files
> AC_HEADER_STDC
>
>-=-=-=-=-=-


-- 
Aharon (Arnold) Robbins --- Pioneer Consulting Ltd.     arnold AT skeeve DOT com
P.O. Box 354            Home Phone: +972  8 979-0381    Fax: +1 206 350 8765
Nof Ayalon              Cell Phone: +972 50  729-7545
D.N. Shimshon 99785     ISRAEL




reply via email to

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