texinfo-commits
[Top][All Lists]
Advanced

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

[7621] MiscXS remove gnulib


From: gavinsmith0123
Subject: [7621] MiscXS remove gnulib
Date: Fri, 13 Jan 2017 14:44:33 -0500 (EST)

Revision: 7621
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7621
Author:   gavin
Date:     2017-01-13 14:44:33 -0500 (Fri, 13 Jan 2017)
Log Message:
-----------
MiscXS remove gnulib

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/MiscXS/Makefile.am
    trunk/tp/Texinfo/MiscXS/configure.ac

Removed Paths:
-------------
    trunk/tp/Texinfo/MiscXS/lib/
    trunk/tp/Texinfo/MiscXS/snippet/

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-01-13 18:17:42 UTC (rev 7620)
+++ trunk/ChangeLog     2017-01-13 19:44:33 UTC (rev 7621)
@@ -1,5 +1,13 @@
 2017-01-13  Gavin Smith  <address@hidden>
 
+       * tp/Texinfo/MiscXS/Makefile.am,
+       * tp/Texinfo/MiscXS/configure.ac: Remove code for using gnulib, 
+       as it isn't required for this module, and this saves the 
+       complication of having an extra gnulib checkout.
+       * tp/Texinfo/MiscXS/lib: Remove all files.
+
+2017-01-13  Gavin Smith  <address@hidden>
+
        * tp/Texinfo/Convert/Plaintext.pm: Import some symbols for 
        subroutines from the Texinfo::Convert::Paragraph module.  Reduce
        usage of method call syntax when calling subroutines in the

Modified: trunk/tp/Texinfo/MiscXS/Makefile.am
===================================================================
--- trunk/tp/Texinfo/MiscXS/Makefile.am 2017-01-13 18:17:42 UTC (rev 7620)
+++ trunk/tp/Texinfo/MiscXS/Makefile.am 2017-01-13 19:44:33 UTC (rev 7621)
@@ -1,6 +1,6 @@
 # Makefile.am for MiscXS
 #
-# Copyright 2015, 2016 Free Software Foundation, Inc.
+# Copyright 2015, 2016, 2017 Free Software Foundation, Inc.
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -14,24 +14,6 @@
 
 EXTRA_DIST=
 
-######################## Gnulib ################################
-
-AM_CPPFLAGS =                \
-  -I$(srcdir)                \
-  -I$(srcdir)/lib     \
-  -I$(builddir)/lib
-
-MiscXS_la_LIBADD = $(builddir)/lib/libgnu.la \
-                       $(TERMLIBS) $(LIBINTL) $(LIBICONV)
-
-ACLOCAL_AMFLAGS = -I m4
-
-SUBDIRS=lib
-
-EXTRA_DIST+=m4/gnulib-cache.m4
-
-################### End Gnulib section #########################
-
 modulesdir = $(pkgdatadir)/Texinfo/Convert/XSParagraph
 xsdir = $(pkglibdir)
 

Modified: trunk/tp/Texinfo/MiscXS/configure.ac
===================================================================
--- trunk/tp/Texinfo/MiscXS/configure.ac        2017-01-13 18:17:42 UTC (rev 
7620)
+++ trunk/tp/Texinfo/MiscXS/configure.ac        2017-01-13 19:44:33 UTC (rev 
7621)
@@ -127,5 +127,5 @@
 AC_CONFIG_HEADERS([config.h:config.in])
 fi # not disable_xs
 
-AC_CONFIG_FILES([Makefile lib/Makefile])
+AC_CONFIG_FILES([Makefile])
 AC_OUTPUT




reply via email to

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