texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Fri Sep 23 07:52:01 EDT 2005)


From: Karl Berry
Subject: texinfo update (Fri Sep 23 07:52:01 EDT 2005)
Date: Fri, 23 Sep 2005 07:52:13 -0400

Index: lib/tempname.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/lib/tempname.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -c -r1.10 -r1.11
*** lib/tempname.c      21 Sep 2005 12:30:36 -0000      1.10
--- lib/tempname.c      23 Sep 2005 11:43:17 -0000      1.11
***************
*** 60,68 ****
  # include <inttypes.h>
  #endif
  
! #if HAVE_UNISTD_H || _LIBC
! # include <unistd.h>
! #endif
  
  #include <sys/stat.h>
  
--- 60,66 ----
  # include <inttypes.h>
  #endif
  
! #include <unistd.h>
  
  #include <sys/stat.h>
  
Index: m4/mkstemp.m4
===================================================================
RCS file: /cvsroot/texinfo/texinfo/m4/mkstemp.m4,v
retrieving revision 1.10
retrieving revision 1.11
diff -c -r1.10 -r1.11
*** m4/mkstemp.m4       3 Jul 2005 12:55:36 -0000       1.10
--- m4/mkstemp.m4       23 Sep 2005 11:43:18 -0000      1.11
***************
*** 1,4 ****
! #serial 11
  
  # Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
  # This file is free software; the Free Software Foundation
--- 1,4 ----
! #serial 12
  
  # Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
  # This file is free software; the Free Software Foundation
***************
*** 65,71 ****
  # Prerequisites of lib/tempname.c.
  AC_DEFUN([gl_PREREQ_TEMPNAME],
  [
!   AC_CHECK_HEADERS_ONCE(sys/time.h stdint.h unistd.h)
    AC_CHECK_FUNCS(__secure_getenv gettimeofday)
    AC_CHECK_DECLS_ONCE(getenv)
    AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])
--- 65,71 ----
  # Prerequisites of lib/tempname.c.
  AC_DEFUN([gl_PREREQ_TEMPNAME],
  [
!   AC_CHECK_HEADERS_ONCE(sys/time.h)
    AC_CHECK_FUNCS(__secure_getenv gettimeofday)
    AC_CHECK_DECLS_ONCE(getenv)
    AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])
P lib/tempname.c
P m4/mkstemp.m4


reply via email to

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