projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76767c4
)
(sysnames): Under --enable-debug-configure, spew potential sysnames.
author
roland
<roland>
Sat, 22 Jul 1995 10:51:14 +0000
(10:51 +0000)
committer
roland
<roland>
Sat, 22 Jul 1995 10:51:14 +0000
(10:51 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
e1e794c
..
a35378a
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-166,6
+166,7
@@
for b in $base ''; do
for o in /$ostry ''; do
for m in $mach ''; do
try="$m0$b$v$o$m"
+ test -n "$enable_debug_configure" && echo "$0 [DEBUG]: try $try" >&2
if test -d $sysdep_dir$try; then
sysnames="$sysnames $try"
{ test -n "$o" || test -n "$b"; } && os_used=t