texinfo-commits
[Top][All Lists]
Advanced

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

[7822] check for cygwin


From: gavinsmith0123
Subject: [7822] check for cygwin
Date: Wed, 7 Jun 2017 13:16:40 -0400 (EDT)

Revision: 7822
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7822
Author:   gavin
Date:     2017-06-07 13:16:40 -0400 (Wed, 07 Jun 2017)
Log Message:
-----------
check for cygwin

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-06-06 21:19:59 UTC (rev 7821)
+++ trunk/ChangeLog     2017-06-07 17:16:40 UTC (rev 7822)
@@ -1,3 +1,9 @@
+2017-06-07  Gavin Smith  <address@hidden>
+
+       * Texinfo/Convert/XSParagraph/configure.ac,
+       * Texinfo/MiscXS/configure.ac: Check for cygwin when setting 
+       HOST_IS_WINDOWS conditional.
+
 2017-06-06  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Convert/XSParagraph/configure.ac,

Modified: trunk/tp/Texinfo/Convert/XSParagraph/configure.ac
===================================================================
--- trunk/tp/Texinfo/Convert/XSParagraph/configure.ac   2017-06-06 21:19:59 UTC 
(rev 7821)
+++ trunk/tp/Texinfo/Convert/XSParagraph/configure.ac   2017-06-07 17:16:40 UTC 
(rev 7822)
@@ -86,7 +86,7 @@
 
 host_is_windows=no
 case "$host" in
-   *-mingw32 | *-mingw64 | *-msdosdjgpp )  host_is_windows=yes ;;
+   *-mingw32 | *-mingw64 | *-msdosdjgpp | *-cygwin )  host_is_windows=yes ;;
 esac     
 AM_CONDITIONAL([HOST_IS_WINDOWS], [test "x$host_is_windows" = "xyes"])
 

Modified: trunk/tp/Texinfo/MiscXS/configure.ac
===================================================================
--- trunk/tp/Texinfo/MiscXS/configure.ac        2017-06-06 21:19:59 UTC (rev 
7821)
+++ trunk/tp/Texinfo/MiscXS/configure.ac        2017-06-07 17:16:40 UTC (rev 
7822)
@@ -82,7 +82,7 @@
 
 host_is_windows=no
 case "$host" in
-   *-mingw32 | *-mingw64 | *-msdosdjgpp )  host_is_windows=yes ;;
+   *-mingw32 | *-mingw64 | *-msdosdjgpp | *-cygwin )  host_is_windows=yes ;;
 esac     
 AM_CONDITIONAL([HOST_IS_WINDOWS], [test "x$host_is_windows" = "xyes"])
 




reply via email to

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