projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf7152a
)
Reflect autoconf invocation in Setup.sh's output.
author
Taylor R Campbell
<campbell@mumble.net>
Sat, 30 Apr 2011 15:30:20 +0000
(15:30 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Sat, 30 Apr 2011 15:30:20 +0000
(15:30 +0000)
src/Setup.sh
patch
|
blob
|
history
diff --git
a/src/Setup.sh
b/src/Setup.sh
index eee163e4c845d05c3849ec6967b97da3547c877d..7ebb7b08cac8693dabfe09678d65c089a6298f20 100755
(executable)
--- a/
src/Setup.sh
+++ b/
src/Setup.sh
@@
-68,7
+68,7
@@
fi
if [ ! -x configure ]; then
configure=clean
- echo "autoconf"
+ echo "autoconf
--include=microcode
"
autoconf --include=microcode
configure=done
fi