aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGeoffrey Noer <noer@cygnus>1996-06-30 02:08:41 +0000
committerGeoffrey Noer <noer@cygnus>1996-06-30 02:08:41 +0000
commit283b6d062c2e56b43506c35a86a1b70047c98f86 (patch)
tree83152d7355ccc6edbab66b77633dc3b26e267fa3 /configure.in
parentdfb89b82d4cf591409ca383b9e4fd013cb11a9d7 (diff)
downloadfsf-binutils-gdb-283b6d062c2e56b43506c35a86a1b70047c98f86.zip
fsf-binutils-gdb-283b6d062c2e56b43506c35a86a1b70047c98f86.tar.gz
fsf-binutils-gdb-283b6d062c2e56b43506c35a86a1b70047c98f86.tar.bz2
Allow texinfo to be configured and built for Canadian crosses
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 2c40b22..5512c04 100644
--- a/configure.in
+++ b/configure.in
@@ -375,7 +375,7 @@ case "${host}" in
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet"
;;
*-*-cygwin32)
- noconfigdirs="tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet"
+ noconfigdirs="tk tcl expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl apache inet"
;;
ppc*-*-pe)
noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet"
@@ -584,7 +584,7 @@ esac
# If we are building a Canadian Cross, discard tools that can not be built
# using a cross compiler. FIXME: These tools should be fixed.
if [ "${build}" != "${host}" ]; then
- noconfigdirs="$noconfigdirs tcl tk expect dejagnu texinfo"
+ noconfigdirs="$noconfigdirs tcl tk expect dejagnu"
fi
# Make sure we don't let GNU ld be added if we didn't want it.