diff options
author | Nick Clifton <nickc@redhat.com> | 2001-02-17 00:52:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2001-02-17 00:52:44 +0000 |
commit | 2437d4ed723b48895e5e821c3fcecb38882b9f03 (patch) | |
tree | 884f200110348329f653eeeecbb790be790b1793 | |
parent | 48f22ed28f579852f74a63a8afcba9db5e6f94de (diff) | |
download | gcc-2437d4ed723b48895e5e821c3fcecb38882b9f03.zip gcc-2437d4ed723b48895e5e821c3fcecb38882b9f03.tar.gz gcc-2437d4ed723b48895e5e821c3fcecb38882b9f03.tar.bz2 |
Allow configuration of texinfo for Cygwin hosts.
From-SVN: r39787
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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" |