texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Wed Apr 21 09:22:01 EDT 2004)


From: Karl Berry
Subject: texinfo update (Wed Apr 21 09:22:01 EDT 2004)
Date: Wed, 21 Apr 2004 09:22:24 -0400

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.337
retrieving revision 1.336
diff -c -r1.337 -r1.336
*** ChangeLog   21 Apr 2004 12:57:46 -0000      1.337
--- ChangeLog   20 Apr 2004 14:40:25 -0000      1.336
***************
*** 1,8 ****
- 2004-04-21  Karl Berry  <address@hidden>
- 
-       * configure.ac (gl_FUNC_MKSTEMP): rename from UTILS_FUNC_MKSTEMP,
-       per new gnulib code.
- 
  2004-04-20  Karl Berry  <address@hidden>
  
        * makeinfo/tests/copying: force POSIX language setting.
--- 1,3 ----
Index: configure.ac
===================================================================
RCS file: /cvsroot/texinfo/texinfo/configure.ac,v
retrieving revision 1.38
retrieving revision 1.37
diff -c -r1.38 -r1.37
*** configure.ac        21 Apr 2004 12:57:46 -0000      1.38
--- configure.ac        11 Apr 2004 17:56:45 -0000      1.37
***************
*** 1,5 ****
  # Process this file with autoconf to produce a configure script.
! # $Id: configure.ac,v 1.38 2004/04/21 12:57:46 karl Exp $
  #
  # This file is free software; as a special exception the author gives
  # unlimited permission to copy and/or distribute it, with or without
--- 1,5 ----
  # Process this file with autoconf to produce a configure script.
! # $Id: configure.ac,v 1.37 2004/04/11 17:56:45 karl Exp $
  #
  # This file is free software; as a special exception the author gives
  # unlimited permission to copy and/or distribute it, with or without
***************
*** 144,150 ****
  fi
  
  # gnulib.
! gl_FUNC_MKSTEMP
  
  # For teTeX and TeX Live.
  AC_CANONICAL_HOST
--- 144,150 ----
  fi
  
  # gnulib.
! UTILS_FUNC_MKSTEMP
  
  # For teTeX and TeX Live.
  AC_CANONICAL_HOST
Index: info/.gdbinit
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/.gdbinit,v
retrieving revision 1.6
retrieving revision 1.5
diff -c -r1.6 -r1.5
*** info/.gdbinit       21 Apr 2004 12:57:46 -0000      1.6
--- info/.gdbinit       11 Apr 2004 18:12:21 -0000      1.5
***************
*** 3,10 ****
  end
  
  set env MALLOC_CHECK_ 2
! #set env INFOPATH :/usr/local/info
  set env TERM xterm
  
! #set args --restore $ttests/setscreen.drib
! set args somedoc
--- 3,9 ----
  end
  
  set env MALLOC_CHECK_ 2
! set env INFOPATH :/usr/local/info
  set env TERM xterm
  
! set args --restore $ttests/setscreen.drib
Index: m4/inttypes_h.m4
===================================================================
RCS file: /cvsroot/texinfo/texinfo/m4/inttypes_h.m4,v
retrieving revision 1.5
retrieving revision 1.4
diff -c -r1.5 -r1.4
*** m4/inttypes_h.m4    21 Apr 2004 12:57:46 -0000      1.5
--- m4/inttypes_h.m4    19 Apr 2004 13:29:37 -0000      1.4
***************
*** 1,5 ****
! # inttypes_h.m4 serial 6
! dnl Copyright (C) 1997-2004 Free Software Foundation, Inc.
  dnl This file is free software, distributed under the terms of the GNU
  dnl General Public License.  As a special exception to the GNU General
  dnl Public License, this file may be distributed as part of a program
--- 1,5 ----
! # inttypes_h.m4 serial 5 (gettext-0.12)
! dnl Copyright (C) 1997-2003 Free Software Foundation, Inc.
  dnl This file is free software, distributed under the terms of the GNU
  dnl General Public License.  As a special exception to the GNU General
  dnl Public License, this file may be distributed as part of a program
***************
*** 13,26 ****
  
  AC_DEFUN([gl_AC_HEADER_INTTYPES_H],
  [
!   AC_CACHE_CHECK([for inttypes.h], gl_cv_header_inttypes_h,
    [AC_TRY_COMPILE(
      [#include <sys/types.h>
  #include <inttypes.h>],
      [uintmax_t i = (uintmax_t) -1;],
!     gl_cv_header_inttypes_h=yes,
!     gl_cv_header_inttypes_h=no)])
!   if test $gl_cv_header_inttypes_h = yes; then
      AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H_WITH_UINTMAX, 1,
        [Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
         and declares uintmax_t. ])
--- 13,26 ----
  
  AC_DEFUN([gl_AC_HEADER_INTTYPES_H],
  [
!   AC_CACHE_CHECK([for inttypes.h], jm_ac_cv_header_inttypes_h,
    [AC_TRY_COMPILE(
      [#include <sys/types.h>
  #include <inttypes.h>],
      [uintmax_t i = (uintmax_t) -1;],
!     jm_ac_cv_header_inttypes_h=yes,
!     jm_ac_cv_header_inttypes_h=no)])
!   if test $jm_ac_cv_header_inttypes_h = yes; then
      AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H_WITH_UINTMAX, 1,
        [Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
         and declares uintmax_t. ])
Index: m4/mkstemp.m4
===================================================================
RCS file: /cvsroot/texinfo/texinfo/m4/mkstemp.m4,v
retrieving revision 1.7
retrieving revision 1.6
diff -c -r1.7 -r1.6
*** m4/mkstemp.m4       21 Apr 2004 12:57:46 -0000      1.7
--- m4/mkstemp.m4       19 Apr 2004 13:29:37 -0000      1.6
***************
*** 1,4 ****
! #serial 6
  
  # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
  # silly limit that it can create no more than 26 files from a given template.
--- 1,4 ----
! #serial 5
  
  # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
  # silly limit that it can create no more than 26 files from a given template.
***************
*** 6,19 ****
  # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
  # only 32 files per process.
  # On systems like the above, arrange to use the replacement function.
! AC_DEFUN([gl_FUNC_MKSTEMP],
  [dnl
    AC_REPLACE_FUNCS(mkstemp)
    if test $ac_cv_func_mkstemp = no; then
!     gl_cv_func_mkstemp_limitations=yes
    else
      AC_CACHE_CHECK([for mkstemp limitations],
!       gl_cv_func_mkstemp_limitations,
        [
        AC_TRY_RUN([
  #         include <stdlib.h>
--- 6,19 ----
  # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
  # only 32 files per process.
  # On systems like the above, arrange to use the replacement function.
! AC_DEFUN([UTILS_FUNC_MKSTEMP],
  [dnl
    AC_REPLACE_FUNCS(mkstemp)
    if test $ac_cv_func_mkstemp = no; then
!     utils_cv_func_mkstemp_limitations=yes
    else
      AC_CACHE_CHECK([for mkstemp limitations],
!       utils_cv_func_mkstemp_limitations,
        [
        AC_TRY_RUN([
  #         include <stdlib.h>
***************
*** 31,45 ****
            exit (0);
          }
          ],
!       gl_cv_func_mkstemp_limitations=no,
!       gl_cv_func_mkstemp_limitations=yes,
!       gl_cv_func_mkstemp_limitations=yes
        )
        ]
      )
    fi
  
!   if test $gl_cv_func_mkstemp_limitations = yes; then
      AC_LIBOBJ(mkstemp)
      AC_LIBOBJ(tempname)
      AC_DEFINE(mkstemp, rpl_mkstemp,
--- 31,45 ----
            exit (0);
          }
          ],
!       utils_cv_func_mkstemp_limitations=no,
!       utils_cv_func_mkstemp_limitations=yes,
!       utils_cv_func_mkstemp_limitations=yes
        )
        ]
      )
    fi
  
!   if test $utils_cv_func_mkstemp_limitations = yes; then
      AC_LIBOBJ(mkstemp)
      AC_LIBOBJ(tempname)
      AC_DEFINE(mkstemp, rpl_mkstemp,
Index: m4/prereq.m4
===================================================================
RCS file: /cvsroot/texinfo/texinfo/m4/prereq.m4,v
retrieving revision 1.8
retrieving revision 1.7
diff -c -r1.8 -r1.7
*** m4/prereq.m4        21 Apr 2004 12:57:46 -0000      1.8
--- m4/prereq.m4        19 Apr 2004 13:29:37 -0000      1.7
***************
*** 1,4 ****
! #serial 39
  
  dnl We use gl_ for non Autoconf macros.
  m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
--- 1,4 ----
! #serial 38
  
  dnl We use gl_ for non Autoconf macros.
  m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
***************
*** 13,20 ****
  
    AC_REQUIRE([AM_FUNC_GETLINE])
    AC_REQUIRE([AM_STDBOOL_H])
!   AC_REQUIRE([gl_FUNC_MKDIR_TRAILING_SLASH])
!   AC_REQUIRE([gl_FUNC_MKSTEMP])
    AC_REQUIRE([gl_BACKUPFILE])
    AC_REQUIRE([gl_CANON_HOST])
    AC_REQUIRE([gl_CLOSEOUT])
--- 13,20 ----
  
    AC_REQUIRE([AM_FUNC_GETLINE])
    AC_REQUIRE([AM_STDBOOL_H])
!   AC_REQUIRE([UTILS_FUNC_MKDIR_TRAILING_SLASH])
!   AC_REQUIRE([UTILS_FUNC_MKSTEMP])
    AC_REQUIRE([gl_BACKUPFILE])
    AC_REQUIRE([gl_CANON_HOST])
    AC_REQUIRE([gl_CLOSEOUT])
P ChangeLog
P configure.ac
P info/.gdbinit
P m4/inttypes_h.m4
P m4/mkstemp.m4
P m4/prereq.m4


reply via email to

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