projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6018179
)
* configure.in (host i[345]86-*-win32): Expand the
author
Jason Molenda
<crash@cygnus>
Sat, 30 Sep 1995 11:37:55 +0000
(11:37 +0000)
committer
Jason Molenda
<crash@cygnus>
Sat, 30 Sep 1995 11:37:55 +0000
(11:37 +0000)
noconfigdirs again.
what you were you thinking sac?
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index ef514afaffd2fac3f4e5dd088612217bbfa2c50e..7ab4a8b79ae807e05481e557b2c002ede7365402 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-334,7
+334,7
@@
case "${host}" in
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff"
;;
i[345]86-*-win32)
-
noconfigdirs="tk dejagnu texinfo send-pr gprof
"
+
noconfigdirs="tk tcl expect diff make texinfo bison flex send-pr gprof gdb readline
"
;;
esac