Ralf Wildenhues wrote: > Yes, thank you. OK to apply, Bruno? > > * m4/signed.m4 (bh_C_SIGNED): Avoid uninitialized variable > warning.
signed.m4 can go entirely, since gnulib assumes ANSI C for several years already. It is removed from GNU gettext. I'm removing it also from the 'vasnprintf' module. 2006-10-27 Bruno Haible <[EMAIL PROTECTED]> * m4/signed.m4: Remove file. * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED invocation. * modules/vasnprintf (Files): Remove m4/signed.m4. diff -c -3 -r1.9 vasnprintf.m4 *** m4/vasnprintf.m4 11 Oct 2006 16:09:38 -0000 1.9 --- m4/vasnprintf.m4 27 Oct 2006 17:06:50 -0000 *************** *** 1,4 **** ! # vasnprintf.m4 serial 6 dnl Copyright (C) 2002-2004, 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, --- 1,4 ---- ! # vasnprintf.m4 serial 7 dnl Copyright (C) 2002-2004, 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, *************** *** 22,28 **** # Prequisites of lib/printf-args.h, lib/printf-args.c. AC_DEFUN([gl_PREREQ_PRINTF_ARGS], [ - AC_REQUIRE([bh_C_SIGNED]) AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) AC_REQUIRE([gt_TYPE_LONGDOUBLE]) AC_REQUIRE([gt_TYPE_WCHAR_T]) --- 22,27 ---- diff -c -3 -r1.10 vasnprintf *** modules/vasnprintf 13 Oct 2006 12:40:23 -0000 1.10 --- modules/vasnprintf 27 Oct 2006 17:06:50 -0000 *************** *** 9,15 **** lib/vasnprintf.h lib/vasnprintf.c lib/asnprintf.c - m4/signed.m4 m4/longdouble.m4 m4/wchar_t.m4 m4/wint_t.m4 --- 9,14 ----