texinfo-commits
[Top][All Lists]
Advanced

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

texinfo configure.ac


From: karl
Subject: texinfo configure.ac
Date: Mon, 31 Dec 2012 19:03:12 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     karl <karl>     12/12/31 19:03:12

Modified files:
        .              : configure.ac 

Log message:
        missed HOST_IS_WINDOWS commit

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/configure.ac?cvsroot=texinfo&r1=1.133&r2=1.134

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/texinfo/texinfo/configure.ac,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -b -r1.133 -r1.134
--- configure.ac        29 Dec 2012 17:06:06 -0000      1.133
+++ configure.ac        31 Dec 2012 19:03:12 -0000      1.134
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.ac,v 1.133 2012/12/29 17:06:06 karl Exp $
+# $Id: configure.ac,v 1.134 2012/12/31 19:03:12 karl Exp $
 #
 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
 # Free Software Foundation, Inc.
@@ -385,11 +385,11 @@
 AC_MSG_RESULT([$pod_simple_texinfo_tests])
 AM_CONDITIONAL([POD_SIMPLE_TEXINFO_TESTS], [test "z$pod_simple_texinfo_tests" 
= 'zyes'])
 
-tgt_is_windows=no
-case "$target" in
-   *-mingw32 | *-mingw64 | *-msdosdjgpp )  tgt_is_windows=yes ;;
+host_is_windows=no
+case "$host" in
+   *-mingw32 | *-mingw64 | *-msdosdjgpp )  host_is_windows=yes ;;
 esac     
-AM_CONDITIONAL([TGT_IS_WINDOWS], [test "x$tgt_is_windows" = "xyes"])
+AM_CONDITIONAL([HOST_IS_WINDOWS], [test "x$host_is_windows" = "xyes"])
 
 # The config files to generate.
 AC_CONFIG_FILES([\



reply via email to

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