Allow configuration of texinfo for Cygwin hosts.
This commit is contained in:
parent
fc68bf34bb
commit
73c93db761
|
@ -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>
|
2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||||
|
|
||||||
* config.guess: Add linux target for S/390.
|
* config.guess: Add linux target for S/390.
|
||||||
|
|
|
@ -558,7 +558,7 @@ case "${host}" in
|
||||||
noconfigdirs="$noconfigdirs tk itcl tix libgui gdb"
|
noconfigdirs="$noconfigdirs tk itcl tix libgui gdb"
|
||||||
;;
|
;;
|
||||||
*-*-cygwin*)
|
*-*-cygwin*)
|
||||||
noconfigdirs="autoconf automake send-pr rcs guile perl texinfo apache inet"
|
noconfigdirs="autoconf automake send-pr rcs guile perl apache inet"
|
||||||
;;
|
;;
|
||||||
*-*-netbsd*)
|
*-*-netbsd*)
|
||||||
noconfigdirs="rcs"
|
noconfigdirs="rcs"
|
||||||
|
|
Loading…
Reference in New Issue