texinfo-commits
[Top][All Lists]
Advanced

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

[7633] remove gl_EARLY gl_INIT


From: gavinsmith0123
Subject: [7633] remove gl_EARLY gl_INIT
Date: Mon, 16 Jan 2017 19:40:16 -0500 (EST)

Revision: 7633
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7633
Author:   gavin
Date:     2017-01-16 19:40:16 -0500 (Mon, 16 Jan 2017)
Log Message:
-----------
remove gl_EARLY gl_INIT

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-01-16 23:59:56 UTC (rev 7632)
+++ trunk/ChangeLog     2017-01-17 00:40:16 UTC (rev 7633)
@@ -1,5 +1,10 @@
 2017-01-17  Gavin Smith  <address@hidden>
 
+       * tp/Texinfo/MiscXS/configure.ac: Remove calls to gl_EARLY and 
+       gl_INIT.  (Report from Hans Bernhard Br\xF6ker.)
+
+2017-01-17  Gavin Smith  <address@hidden>
+
        * doc/texinfo-tex-test.texi (Open or close group in a macro): 
        More examples with @comment.
        (Braceless at end of line) New section.

Modified: trunk/tp/Texinfo/MiscXS/configure.ac
===================================================================
--- trunk/tp/Texinfo/MiscXS/configure.ac        2017-01-16 23:59:56 UTC (rev 
7632)
+++ trunk/tp/Texinfo/MiscXS/configure.ac        2017-01-17 00:40:16 UTC (rev 
7633)
@@ -69,15 +69,11 @@
 
 AC_PROG_CC
 
-gl_EARLY
-
 AC_PATH_PROG([XSUBPP], [xsubpp])
 if test x$ac_cv_path_XSUBPP = x ; then
   AC_MSG_ERROR([xsubpp not found])
 fi
 
-gl_INIT
-
 LT_INIT
 
 # The above are still necessary for --disable-perl-xs even though they 




reply via email to

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