From: Nick Clifton Date: Sat, 17 Feb 2001 00:52:44 +0000 (+0000) Subject: Allow configuration of texinfo for Cygwin hosts. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2437d4ed723b48895e5e821c3fcecb38882b9f03;p=gcc.git Allow configuration of texinfo for Cygwin hosts. From-SVN: r39787 --- diff --git a/ChangeLog b/ChangeLog index bc28da92b4f..dc6c6bb6895 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-02-16 Nick Clifton + + * configure.in (noconfigdirs): Allow configuration of texinfo + for Cygwin hosts. + 2001-02-15 Anthony Green * configure: Introduce GCJ_FOR_TARGET. diff --git a/configure.in b/configure.in index 1b313fa2213..7d6b62d6c47 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"