[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo update (Tue May 3 10:22:01 EDT 2005)
From: |
Karl Berry |
Subject: |
texinfo update (Tue May 3 10:22:01 EDT 2005) |
Date: |
Tue, 03 May 2005 10:23:00 -0400 |
Index: m4/mkstemp.m4
===================================================================
RCS file: /cvsroot/texinfo/texinfo/m4/mkstemp.m4,v
retrieving revision 1.8
retrieving revision 1.9
diff -c -r1.8 -r1.9
*** m4/mkstemp.m4 14 Mar 2005 13:06:23 -0000 1.8
--- m4/mkstemp.m4 3 May 2005 13:05:36 -0000 1.9
***************
*** 1,4 ****
! #serial 9
# Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
--- 1,4 ----
! #serial 10
# Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
***************
*** 65,73 ****
# Prerequisites of lib/tempname.c.
AC_DEFUN([gl_PREREQ_TEMPNAME],
[
! AC_REQUIRE([AC_HEADER_STAT])
! AC_CHECK_HEADERS_ONCE(fcntl.h sys/time.h unistd.h)
! AC_CHECK_HEADERS(stdint.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(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])
P m4/mkstemp.m4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo update (Tue May 3 10:22:01 EDT 2005),
Karl Berry <=