texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sat Nov 6 17:22:01 EST 2004)


From: Karl Berry
Subject: texinfo update (Sat Nov 6 17:22:01 EST 2004)
Date: Sat, 06 Nov 2004 17:22:09 -0500

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.405
retrieving revision 1.406
diff -c -r1.405 -r1.406
*** ChangeLog   1 Nov 2004 18:24:15 -0000       1.405
--- ChangeLog   6 Nov 2004 22:05:59 -0000       1.406
***************
*** 1,3 ****
--- 1,9 ----
+ 2004-11-06  Karl Berry  <address@hidden>
+ 
+       * lib/Makefile.am (libtxi_a_SOURCES): add strdup.h.
+       Report from: Thomas Esser <address@hidden>,
+       6 Nov 2004 18:11:51 +0100.
+ 
  2004-11-01  Karl Berry  <address@hidden>
  
        * makeinfo/xref.c (cm_xref): don't include the external file name
Index: lib/Makefile.am
===================================================================
RCS file: /cvsroot/texinfo/texinfo/lib/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -c -r1.6 -r1.7
*** lib/Makefile.am     2 Oct 2004 12:38:14 -0000       1.6
--- lib/Makefile.am     6 Nov 2004 22:05:59 -0000       1.7
***************
*** 1,4 ****
! # $Id: Makefile.am,v 1.6 2004/10/02 12:38:14 karl Exp $
  # Makefile.am for texinfo/lib.
  # Run automake in .. to produce Makefile.in from this.
  #
--- 1,4 ----
! # $Id: Makefile.am,v 1.7 2004/11/06 22:05:59 karl Exp $
  # Makefile.am for texinfo/lib.
  # Run automake in .. to produce Makefile.in from this.
  #
***************
*** 16,22 ****
  # Don't need to list alloca.c, etc., Automake includes them.
  libtxi_a_SOURCES = getopt.c getopt.h getopt1.c getopt_.h getopt_int.h \
                     gettext.h \
!                    strcase.h substring.c system.h \
                   xalloc.h xexit.c xmalloc.c xstrdup.c
  libtxi_a_LIBADD = $(LIBOBJS) $(ALLOCA)
  libtxi_a_DEPENDENCIES = $(libtxi_a_LIBADD)
--- 16,22 ----
  # Don't need to list alloca.c, etc., Automake includes them.
  libtxi_a_SOURCES = getopt.c getopt.h getopt1.c getopt_.h getopt_int.h \
                     gettext.h \
!                    strcase.h strdup.h substring.c system.h \
                   xalloc.h xexit.c xmalloc.c xstrdup.c
  libtxi_a_LIBADD = $(LIBOBJS) $(ALLOCA)
  libtxi_a_DEPENDENCIES = $(libtxi_a_LIBADD)
P ChangeLog
P lib/Makefile.am


reply via email to

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