diff options
author | Nick Clifton <nickc@redhat.com> | 2001-02-17 00:53:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-02-17 00:53:44 +0000 |
commit | 8d6dd99d61210eed101e011b2a1c79982f59ce20 (patch) | |
tree | ef929f73e21ea4eef270b69c4c33d9c0ffe12d69 | |
parent | a9db032a7a9067abc6b7b24a5b40cf9639cc2f84 (diff) | |
download | gdb-8d6dd99d61210eed101e011b2a1c79982f59ce20.zip gdb-8d6dd99d61210eed101e011b2a1c79982f59ce20.tar.gz gdb-8d6dd99d61210eed101e011b2a1c79982f59ce20.tar.bz2 |
Allow configuration of texinfo for Cygwin hosts.
-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-09 Martin Schwidefsky <schwidefsky@de.ibm.com> * config.guess: Add linux target for S/390. diff --git a/configure.in b/configure.in index 6fc1a9e..e2a7f97 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" |