From 73c93db7616b6a1ac9d9c8be5273a74e2b2aa097 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 17 Feb 2001 00:53:44 +0000 Subject: [PATCH] Allow configuration of texinfo for Cygwin hosts. --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f75ae2b32..8d6b6dfea 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-09 Martin Schwidefsky * config.guess: Add linux target for S/390. diff --git a/configure.in b/configure.in index 6fc1a9ec5..e2a7f9794 100644 --- a/configure.in +++ b/configure.in @@ -558,7 +558,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"