texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog util/Makefile.am


From: karl
Subject: texinfo ChangeLog util/Makefile.am
Date: Mon, 31 Dec 2012 00:22:22 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     karl <karl>     12/12/31 00:22:22

Modified files:
        .              : ChangeLog 
        util           : Makefile.am 

Log message:
        HOST_IS_WINDOWS rather than target

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1487&r2=1.1488
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/Makefile.am?cvsroot=texinfo&r1=1.53&r2=1.54

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1487
retrieving revision 1.1488
diff -u -b -r1.1487 -r1.1488
--- ChangeLog   29 Dec 2012 17:08:28 -0000      1.1487
+++ ChangeLog   31 Dec 2012 00:22:22 -0000      1.1488
@@ -1,3 +1,11 @@
+2012-12-30  Eli Zaretskii  <address@hidden>
+
+       * configure.ac: Use $host, not $target, to detect MS-Windows
+       builds, and set HOST_IS_WINDOWS if so.
+
+       * util/Makefile.am (bin_SCRIPTS): Decide whether to install
+       Windows batch files using HOST_IS_WINDOWS.
+
 2012-12-29  Karl Berry  <address@hidden>
 
        * util/htmlxref.cnf (gmp): use up-to-date version on gmplib.org.

Index: util/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/util/Makefile.am,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- util/Makefile.am    29 Dec 2012 09:42:25 -0000      1.53
+++ util/Makefile.am    31 Dec 2012 00:22:22 -0000      1.54
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.53 2012/12/29 09:42:25 pertusus Exp $
+# $Id: Makefile.am,v 1.54 2012/12/31 00:22:22 karl Exp $
 # Makefile.am for texinfo/util.
 # Run automake in .. to produce Makefile.in from this.
 #
@@ -18,7 +18,7 @@
 nodist_noinst_SCRIPTS = txixml2texi
 
 w32_bat = makeinfo.bat pod2texi.bat texi2any.bat
-if TGT_IS_WINDOWS
+if HOST_IS_WINDOWS
  bin_SCRIPTS += $(w32_bat)
 endif
 



reply via email to

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