texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Wed Jun 2 08:44:00 EDT 2004)


From: Karl Berry
Subject: texinfo update (Wed Jun 2 08:44:00 EDT 2004)
Date: Wed, 02 Jun 2004 08:45:39 -0400

Index: depcomp
===================================================================
RCS file: /cvsroot/texinfo/texinfo/depcomp,v
retrieving revision 1.9
retrieving revision 1.10
diff -c -r1.9 -r1.10
*** depcomp     27 Apr 2004 12:55:00 -0000      1.9
--- depcomp     2 Jun 2004 12:42:59 -0000       1.10
***************
*** 1,7 ****
  #! /bin/sh
  # depcomp - compile a program generating dependencies as side-effects
  
! scriptversion=2004-04-25.14
  
  # Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
  
--- 1,7 ----
  #! /bin/sh
  # depcomp - compile a program generating dependencies as side-effects
  
! scriptversion=2004-05-31.23
  
  # Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
  
***************
*** 288,296 ****
  
     if test "$libtool" = yes; then
        # Dependencies are output in .lo.d with libtool 1.4.
!       # They are output in .o.d with libtool 1.5.
        tmpdepfile1="$dir.libs/$base.lo.d"
!       tmpdepfile2="$dir.libs/$base.o.d"
        tmpdepfile3="$dir.libs/$base.d"
        "$@" -Wc,-MD
     else
--- 288,299 ----
  
     if test "$libtool" = yes; then
        # Dependencies are output in .lo.d with libtool 1.4.
!       # With libtool 1.5 they are output both in $dir.libs/$base.o.d
!       # and in $dir.libs/$base.o.d and $dir$base.o.d.  We process the
!       # latter, because the former will be cleaned when $dir.libs is
!       # erased.
        tmpdepfile1="$dir.libs/$base.lo.d"
!       tmpdepfile2="$dir$base.o.d"
        tmpdepfile3="$dir.libs/$base.d"
        "$@" -Wc,-MD
     else
Index: m4/inttypes.m4
===================================================================
RCS file: /cvsroot/texinfo/texinfo/m4/inttypes.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -c -r1.2 -r1.3
*** m4/inttypes.m4      19 Apr 2004 13:29:37 -0000      1.2
--- m4/inttypes.m4      2 Jun 2004 12:43:00 -0000       1.3
***************
*** 1,5 ****
! # inttypes.m4 serial 2
! dnl Copyright (C) 1997-2002, 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.m4 serial 1 (gettext-0.11.4)
! dnl Copyright (C) 1997-2002 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
Index: m4/longlong.m4
===================================================================
RCS file: /cvsroot/texinfo/texinfo/m4/longlong.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -c -r1.2 -r1.3
*** m4/longlong.m4      19 Apr 2004 13:29:37 -0000      1.2
--- m4/longlong.m4      2 Jun 2004 12:43:00 -0000       1.3
***************
*** 1,5 ****
  # longlong.m4 serial 5
! dnl Copyright (C) 1999-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
--- 1,5 ----
  # longlong.m4 serial 5
! dnl Copyright (C) 1999-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
Index: m4/prereq.m4
===================================================================
RCS file: /cvsroot/texinfo/texinfo/m4/prereq.m4,v
retrieving revision 1.8
retrieving revision 1.9
diff -c -r1.8 -r1.9
*** m4/prereq.m4        21 Apr 2004 12:57:46 -0000      1.8
--- m4/prereq.m4        2 Jun 2004 12:43:00 -0000       1.9
***************
*** 1,4 ****
! #serial 39
  
  dnl We use gl_ for non Autoconf macros.
  m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
--- 1,4 ----
! #serial 40
  
  dnl We use gl_ for non Autoconf macros.
  m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
***************
*** 15,22 ****
--- 15,24 ----
    AC_REQUIRE([AM_STDBOOL_H])
    AC_REQUIRE([gl_FUNC_MKDIR_TRAILING_SLASH])
    AC_REQUIRE([gl_FUNC_MKSTEMP])
+   AC_REQUIRE([gl_ALLOCSA])
    AC_REQUIRE([gl_BACKUPFILE])
    AC_REQUIRE([gl_CANON_HOST])
+   AC_REQUIRE([gl_CLOEXEC])
    AC_REQUIRE([gl_CLOSEOUT])
    AC_REQUIRE([gl_DIRNAME])
    AC_REQUIRE([gl_ERROR])
***************
*** 71,76 ****
--- 73,79 ----
    AC_REQUIRE([gl_HASH])
    AC_REQUIRE([gl_HUMAN])
    AC_REQUIRE([gl_IDCACHE])
+   AC_REQUIRE([gl_INTTOSTR])
    AC_REQUIRE([gl_LONG_OPTIONS])
    AC_REQUIRE([gl_MAKEPATH])
    AC_REQUIRE([gl_MBSWIDTH])
***************
*** 102,107 ****
--- 105,111 ----
    AC_REQUIRE([gl_UNICODEIO])
    AC_REQUIRE([gl_UNISTD_SAFER])
    AC_REQUIRE([gl_USERSPEC])
+   AC_REQUIRE([gl_UTIMECMP])
    AC_REQUIRE([gl_UTIMENS])
    AC_REQUIRE([gl_XALLOC])
    AC_REQUIRE([gl_XGETCWD])
Index: m4/ulonglong.m4
===================================================================
RCS file: /cvsroot/texinfo/texinfo/m4/ulonglong.m4,v
retrieving revision 1.4
retrieving revision 1.5
diff -c -r1.4 -r1.5
*** m4/ulonglong.m4     19 Apr 2004 13:29:37 -0000      1.4
--- m4/ulonglong.m4     2 Jun 2004 12:43:01 -0000       1.5
***************
*** 1,5 ****
  # ulonglong.m4 serial 4
! dnl Copyright (C) 1999-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
--- 1,5 ----
  # ulonglong.m4 serial 4
! dnl Copyright (C) 1999-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


reply via email to

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