texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sun Jul 3 09:22:01 EDT 2005)


From: Karl Berry
Subject: texinfo update (Sun Jul 3 09:22:01 EDT 2005)
Date: Sun, 03 Jul 2005 09:22:08 -0400

Index: lib/tempname.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/lib/tempname.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -c -r1.8 -r1.9
*** lib/tempname.c      6 Jun 2005 12:35:10 -0000       1.8
--- lib/tempname.c      3 Jul 2005 12:55:36 -0000       1.9
***************
*** 47,55 ****
  #include <stdlib.h>
  #include <string.h>
  
! #if HAVE_FCNTL_H || _LIBC
! # include <fcntl.h>
! #endif
  
  #if HAVE_SYS_TIME_H || _LIBC
  # include <sys/time.h>
--- 47,53 ----
  #include <stdlib.h>
  #include <string.h>
  
! #include <fcntl.h>
  
  #if HAVE_SYS_TIME_H || _LIBC
  # include <sys/time.h>
Index: m4/mkstemp.m4
===================================================================
RCS file: /cvsroot/texinfo/texinfo/m4/mkstemp.m4,v
retrieving revision 1.9
retrieving revision 1.10
diff -c -r1.9 -r1.10
*** m4/mkstemp.m4       3 May 2005 13:05:36 -0000       1.9
--- m4/mkstemp.m4       3 Jul 2005 12:55:36 -0000       1.10
***************
*** 1,4 ****
! #serial 10
  
  # Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
  # This file is free software; the Free Software Foundation
--- 1,4 ----
! #serial 11
  
  # 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(fcntl.h 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 stdint.h unistd.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]