From 2437d4ed723b48895e5e821c3fcecb38882b9f03 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 17 Feb 2001 00:52:44 +0000 Subject: [PATCH] Allow configuration of texinfo for Cygwin hosts. From-SVN: r39787 --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"