texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sun Apr 24 20:52:01 EDT 2005)


From: Karl Berry
Subject: texinfo update (Sun Apr 24 20:52:01 EDT 2005)
Date: Sun, 24 Apr 2005 20:52:13 -0400

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.495
retrieving revision 1.496
diff -c -r1.495 -r1.496
*** ChangeLog   24 Apr 2005 13:20:10 -0000      1.495
--- ChangeLog   25 Apr 2005 00:28:31 -0000      1.496
***************
*** 1,5 ****
--- 1,14 ----
  2005-04-24  Karl Berry  <address@hidden>
  
+       * configure.ac (AM_GNU_GETTEXT): switch to [external], since this
+       seems the most popular method nowadays.
+       (AC_CONFIG_FILES): remove intl/Makefile, also m4/Makefile.
+       * Makefile.am (SUBDIRS): remove intl and m4.
+       * intl/*: remove.
+       * m4/Makefile.am: no longer needed.
+       * lib/system.h (locale.h): unconditionally include, else syntax
+       error from system locale.h.
+ 
        * gettext 0.14.4.
  
  2005-04-22  Per Bothner  <address@hidden>
Index: Makefile.am
===================================================================
RCS file: /cvsroot/texinfo/texinfo/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -c -r1.14 -r1.15
*** Makefile.am 25 Mar 2005 13:55:14 -0000      1.14
--- Makefile.am 25 Apr 2005 00:28:31 -0000      1.15
***************
*** 1,5 ****
  # Makefile.am for texinfo.
! # $Id: Makefile.am,v 1.14 2005/03/25 13:55:14 kasal Exp $
  # Process this file with automake to produce Makefile.in in all directories.
  #
  # This file is free software; as a special exception the author gives
--- 1,5 ----
  # Makefile.am for texinfo.
! # $Id: Makefile.am,v 1.15 2005/04/25 00:28:31 karl Exp $
  # Process this file with automake to produce Makefile.in in all directories.
  #
  # This file is free software; as a special exception the author gives
***************
*** 27,36 ****
    SUBDIRS = lib info makeinfo util
  else
    # All subdirectories.
!   # Do intl, m4, and lib first since the C programs depend on them.
    # Do doc last so makeinfo will be built when we get there.
    # Others are alphabetical.
!   SUBDIRS = $(native_tools) intl m4 lib info makeinfo po util doc
  endif
  
  ACLOCAL_AMFLAGS = -I m4
--- 27,36 ----
    SUBDIRS = lib info makeinfo util
  else
    # All subdirectories.
!   # Do lib first since the C programs depend on it.
    # Do doc last so makeinfo will be built when we get there.
    # Others are alphabetical.
!   SUBDIRS = $(native_tools) lib info makeinfo po util doc
  endif
  
  ACLOCAL_AMFLAGS = -I m4
Index: configure.ac
===================================================================
RCS file: /cvsroot/texinfo/texinfo/configure.ac,v
retrieving revision 1.55
retrieving revision 1.56
diff -c -r1.55 -r1.56
*** configure.ac        27 Mar 2005 14:15:59 -0000      1.55
--- configure.ac        25 Apr 2005 00:28:31 -0000      1.56
***************
*** 1,5 ****
  # Process this file with autoconf to produce a configure script.
! # $Id: configure.ac,v 1.55 2005/03/27 14:15:59 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.56 2005/04/25 00:28:31 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
***************
*** 208,222 ****
  # i18n support.  To update to a new version of gettext, run:
  # gettextize -f -c --intl
  AM_GNU_GETTEXT_VERSION([0.14.3])
! AM_GNU_GETTEXT()
  
  AC_CONFIG_FILES([
    Makefile
    doc/Makefile
    info/Makefile
-   intl/Makefile
    lib/Makefile
-   m4/Makefile
    makeinfo/Makefile
    makeinfo/tests/Makefile
    po/Makefile.in
--- 208,220 ----
  # i18n support.  To update to a new version of gettext, run:
  # gettextize -f -c --intl
  AM_GNU_GETTEXT_VERSION([0.14.3])
! AM_GNU_GETTEXT([external])
  
  AC_CONFIG_FILES([
    Makefile
    doc/Makefile
    info/Makefile
    lib/Makefile
    makeinfo/Makefile
    makeinfo/tests/Makefile
    po/Makefile.in
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/.cvsignore'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file `intl/ChangeLog'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/Makefile.in'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file `intl/VERSION'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/bindtextdom.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/config.charset'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/dcgettext.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/dcigettext.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/dcngettext.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/dgettext.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/dngettext.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/eval-plural.h'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/explodename.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/finddomain.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file `intl/gettext.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/gettextP.h'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file `intl/gmo.h'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/hash-string.h'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/intl-compat.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/l10nflist.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/langprefs.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/libgnuintl.h.in'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/loadinfo.h'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/loadmsgcat.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/localcharset.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/localcharset.h'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/locale.alias'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/localealias.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/localename.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file `intl/log.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/ngettext.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/os2compat.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/os2compat.h'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file `intl/osdep.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/plural-exp.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/plural-exp.h'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file `intl/plural.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file `intl/plural.y'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/printf-args.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/printf-args.h'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/printf-parse.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/printf-parse.h'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file `intl/printf.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/ref-add.sin'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/ref-del.sin'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/relocatable.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/relocatable.h'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/textdomain.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/vasnprintf.c'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/vasnprintf.h'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/vasnwprintf.h'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file 
`intl/wprintf-parse.h'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file `intl/xsize.h'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
Index: lib/system.h
===================================================================
RCS file: /cvsroot/texinfo/texinfo/lib/system.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -c -r1.12 -r1.13
*** lib/system.h        26 Apr 2004 13:56:57 -0000      1.12
--- lib/system.h        25 Apr 2005 00:28:31 -0000      1.13
***************
*** 1,8 ****
  /* system.h: system-dependent declarations; include this first.
!    $Id: system.h,v 1.12 2004/04/26 13:56:57 karl Exp $
  
!    Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
!    Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
--- 1,8 ----
  /* system.h: system-dependent declarations; include this first.
!    $Id: system.h,v 1.13 2005/04/25 00:28:31 karl Exp $
  
!    Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
!    Free Software Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
***************
*** 41,53 ****
  #include <sys/types.h>
  #include <ctype.h>
  
- /* All systems nowadays probably have these functions, but ... */
- #ifdef HAVE_LOCALE_H
  #include <locale.h>
- #endif
- #ifndef HAVE_SETLOCALE
- #define setlocale(category,locale) /* empty */
- #endif
  
  /* For gettext (NLS).  */
  #define const
--- 41,47 ----
cvs diff: Tag HEAD refers to a dead (removed) revision in file `m4/.cvsignore'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
cvs diff: Tag HEAD refers to a dead (removed) revision in file `m4/Makefile.am'.
cvs diff: No comparison available.  Pass `-N' to `cvs diff'?
P ChangeLog
P Makefile.am
P configure.ac
cvs update: intl/.cvsignore is no longer in the repository
cvs update: intl/ChangeLog is no longer in the repository
cvs update: intl/Makefile.in is no longer in the repository
cvs update: intl/VERSION is no longer in the repository
cvs update: intl/bindtextdom.c is no longer in the repository
cvs update: intl/config.charset is no longer in the repository
cvs update: intl/dcgettext.c is no longer in the repository
cvs update: intl/dcigettext.c is no longer in the repository
cvs update: intl/dcngettext.c is no longer in the repository
cvs update: intl/dgettext.c is no longer in the repository
cvs update: intl/dngettext.c is no longer in the repository
cvs update: intl/eval-plural.h is no longer in the repository
cvs update: intl/explodename.c is no longer in the repository
cvs update: intl/finddomain.c is no longer in the repository
cvs update: intl/gettext.c is no longer in the repository
cvs update: intl/gettextP.h is no longer in the repository
cvs update: intl/gmo.h is no longer in the repository
cvs update: intl/hash-string.h is no longer in the repository
cvs update: intl/intl-compat.c is no longer in the repository
cvs update: intl/l10nflist.c is no longer in the repository
cvs update: intl/langprefs.c is no longer in the repository
cvs update: intl/libgnuintl.h.in is no longer in the repository
cvs update: intl/loadinfo.h is no longer in the repository
cvs update: intl/loadmsgcat.c is no longer in the repository
cvs update: intl/localcharset.c is no longer in the repository
cvs update: intl/localcharset.h is no longer in the repository
cvs update: intl/locale.alias is no longer in the repository
cvs update: intl/localealias.c is no longer in the repository
cvs update: intl/localename.c is no longer in the repository
cvs update: intl/log.c is no longer in the repository
cvs update: intl/ngettext.c is no longer in the repository
cvs update: intl/os2compat.c is no longer in the repository
cvs update: intl/os2compat.h is no longer in the repository
cvs update: intl/osdep.c is no longer in the repository
cvs update: intl/plural-exp.c is no longer in the repository
cvs update: intl/plural-exp.h is no longer in the repository
cvs update: intl/plural.c is no longer in the repository
cvs update: intl/plural.y is no longer in the repository
cvs update: intl/printf-args.c is no longer in the repository
cvs update: intl/printf-args.h is no longer in the repository
cvs update: intl/printf-parse.c is no longer in the repository
cvs update: intl/printf-parse.h is no longer in the repository
cvs update: intl/printf.c is no longer in the repository
cvs update: intl/ref-add.sin is no longer in the repository
cvs update: intl/ref-del.sin is no longer in the repository
cvs update: intl/relocatable.c is no longer in the repository
cvs update: intl/relocatable.h is no longer in the repository
cvs update: intl/textdomain.c is no longer in the repository
cvs update: intl/vasnprintf.c is no longer in the repository
cvs update: intl/vasnprintf.h is no longer in the repository
cvs update: intl/vasnwprintf.h is no longer in the repository
cvs update: intl/wprintf-parse.h is no longer in the repository
cvs update: intl/xsize.h is no longer in the repository
P lib/system.h
cvs update: m4/.cvsignore is no longer in the repository
cvs update: m4/Makefile.am is no longer in the repository


reply via email to

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