projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48f22ed
)
Allow configuration of texinfo for Cygwin hosts.
author
Nick Clifton
<nickc@redhat.com>
Sat, 17 Feb 2001 00:52:44 +0000
(
00:52
+0000)
committer
Nick Clifton
<nickc@gcc.gnu.org>
Sat, 17 Feb 2001 00:52:44 +0000
(
00:52
+0000)
From-SVN: r39787
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index bc28da92b4fb222e2115ed1ea3c523cdea1bf27d..dc6c6bb689576660ed8b3ba29cccfa45cbf17703 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2001-02-16 Nick Clifton <nickc@redhat.com>
+
+ * configure.in (noconfigdirs): Allow configuration of texinfo
+ for Cygwin hosts.
+
2001-02-15 Anthony Green <green@redhat.com>
* configure: Introduce GCJ_FOR_TARGET.
diff --git
a/configure.in
b/configure.in
index 1b313fa22135d5fd18c9a2902c156bf8968cc525..7d6b62d6c47bb2702251a3b92750ffb6e5b39840 100644
(file)
--- 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"