aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-02-17 00:52:44 +0000
committerNick Clifton <nickc@gcc.gnu.org>2001-02-17 00:52:44 +0000
commit2437d4ed723b48895e5e821c3fcecb38882b9f03 (patch)
tree884f200110348329f653eeeecbb790be790b1793
parent48f22ed28f579852f74a63a8afcba9db5e6f94de (diff)
downloadgcc-2437d4ed723b48895e5e821c3fcecb38882b9f03.zip
gcc-2437d4ed723b48895e5e821c3fcecb38882b9f03.tar.gz
gcc-2437d4ed723b48895e5e821c3fcecb38882b9f03.tar.bz2
Allow configuration of texinfo for Cygwin hosts.
From-SVN: r39787
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bc28da9..dc6c6bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-16 Nick Clifton <nickc@redhat.com>
+
+ * configure.in (noconfigdirs): Allow configuration of texinfo
+ for Cygwin hosts.
+
2001-02-15 Anthony Green <green@redhat.com>
* configure: Introduce GCJ_FOR_TARGET.
diff --git a/configure.in b/configure.in
index 1b313fa..7d6b62d 100644
--- a/configure.in
+++ b/configure.in
@@ -576,7 +576,7 @@ case "${host}" in
noconfigdirs="$noconfigdirs tk itcl tix libgui gdb"
;;
*-*-cygwin*)
- noconfigdirs="autoconf automake send-pr rcs guile perl texinfo apache inet"
+ noconfigdirs="autoconf automake send-pr rcs guile perl apache inet"
;;
*-*-netbsd*)
noconfigdirs="rcs"