texinfo-commits
[Top][All Lists]
Advanced

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

[5853] changes for Cygwin compliation


From: Gavin D. Smith
Subject: [5853] changes for Cygwin compliation
Date: Fri, 03 Oct 2014 08:59:03 +0000

Revision: 5853
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5853
Author:   gavin
Date:     2014-10-03 08:59:01 +0000 (Fri, 03 Oct 2014)
Log Message:
-----------
changes for Cygwin compliation

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/Makefile.am
    trunk/info/info-utils.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-09-30 19:33:15 UTC (rev 5852)
+++ trunk/ChangeLog     2014-10-03 08:59:01 UTC (rev 5853)
@@ -1,3 +1,9 @@
+2014-10-03  Ken Brown  <address@hidden>
+
+       Changes to compile for Cygwin:
+       * info/Makefile.am (LDADD): Add "$(LIBICONV)".
+       * info/info-utils.c: Remove include of nl_types.h.
+
 2014-09-30  Gavin Smith  <address@hidden>
 
        * info/session.c (info_move_to_next_xref) 

Modified: trunk/info/Makefile.am
===================================================================
--- trunk/info/Makefile.am      2014-09-30 19:33:15 UTC (rev 5852)
+++ trunk/info/Makefile.am      2014-10-03 08:59:01 UTC (rev 5853)
@@ -27,7 +27,7 @@
   -DINFODIR=\"$(infodir)\"                      \
   -DINFODIR2=\"$(datadir)/info\"
 
-LDADD = $(top_builddir)/gnulib/lib/libgnu.a $(TERMLIBS) $(LIBINTL)
+LDADD = $(top_builddir)/gnulib/lib/libgnu.a $(TERMLIBS) $(LIBINTL) $(LIBICONV)
 
 EXTRA_DIST = README pcterm.c
 

Modified: trunk/info/info-utils.c
===================================================================
--- trunk/info/info-utils.c     2014-09-30 19:33:15 UTC (rev 5852)
+++ trunk/info/info-utils.c     2014-10-03 08:59:01 UTC (rev 5853)
@@ -24,7 +24,6 @@
 #include "info-utils.h"
 #include "tag.h"
 
-#include <nl_types.h>
 #include <langinfo.h>
 #if HAVE_ICONV
 # include <iconv.h>




reply via email to

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