From eee009073c7e98c56ad5d8b8f9a7e583e7460012 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 15 Mar 2007 22:58:36 +0000 Subject: * lib/quotearg.c: Include early, before the definition of the iswprint macro. Needed on Solaris 2.5.1. 2007-03-12 Bruno Haible * tests/test-printf-frexp.c (main): Declare x as volatile. 2007-03-12 Simon Josefsson * doc/gnulib.texi (Build robot for gnulib): New section. 2007-03-12 Jim Meyering * build-aux/bootstrap: New file. * build-aux/bootstrap.conf: New file, from coreutils. 2007-03-11 Bruno Haible * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE. 2007-03-12 Simon Josefsson * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to avoid collisions with 'des_setkey'. Reported by Bruno Haible . Also change 'tripledes_' to '3des_'. 2007-03-11 Bruno Haible * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to compile, set LOCALE_TR_UTF8 to 'none' instead of empty. 2007-03-11 Bruno Haible * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX formula. Needed for SunPRO C 5.0. --- m4/locale-tr.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'm4/locale-tr.m4') diff --git a/m4/locale-tr.m4 b/m4/locale-tr.m4 index 7f06584fa4..2286c181bb 100644 --- a/m4/locale-tr.m4 +++ b/m4/locale-tr.m4 @@ -1,4 +1,4 @@ -# locale-tr.m4 serial 1 +# locale-tr.m4 serial 2 dnl Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -72,6 +72,8 @@ changequote([,])dnl fi fi fi + else + gt_cv_locale_tr_utf8=none fi rm -fr conftest* ]) -- cgit v1.2.1