bug-gnulib
[Top][All Lists]
Advanced

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

fix bug in the *printf autoconf macros


From: Bruno Haible
Subject: fix bug in the *printf autoconf macros
Date: Wed, 6 Jun 2007 03:30:29 +0200
User-agent: KMail/1.5.4

A typo or copy&paste bug.

2007-06-05  Bruno Haible  <address@hidden>

        * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
        typo in variable name.

*** m4/vasnprintf.m4    20 May 2007 09:01:48 -0000      1.25
--- m4/vasnprintf.m4    6 Jun 2007 01:05:21 -0000
***************
*** 1,4 ****
! # vasnprintf.m4 serial 17
  dnl Copyright (C) 2002-2004, 2006-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,
--- 1,4 ----
! # vasnprintf.m4 serial 18
  dnl Copyright (C) 2002-2004, 2006-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,
***************
*** 101,107 ****
    AC_REQUIRE([gl_PREREQ_VASNPRINTF_LONG_DOUBLE])
    case "$gl_cv_func_printf_long_double" in
      *yes)
!       case "$gl_cv_func_printf_infinite" in
          *yes)
            ;;
          *)
--- 101,107 ----
    AC_REQUIRE([gl_PREREQ_VASNPRINTF_LONG_DOUBLE])
    case "$gl_cv_func_printf_long_double" in
      *yes)
!       case "$gl_cv_func_printf_infinite_long_double" in
          *yes)
            ;;
          *)





reply via email to

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