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:
059da05
)
Silence autoreconf in the FFI test.
mit-scheme-pucked-10.1.11
author
Matt Birkholz
<matt@birchwood-abbey.net>
Wed, 3 Jul 2019 23:09:42 +0000
(16:09 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Wed, 3 Jul 2019 23:09:42 +0000
(16:09 -0700)
tests/ffi/autogen.sh
patch
|
blob
|
history
diff --git
a/tests/ffi/autogen.sh
b/tests/ffi/autogen.sh
index 06aa5fd2362dc9251e1f86e340bcdbef03dda280..680adce957d1fb0babbceff1f6e3c1b075d4480d 100755
(executable)
--- a/
tests/ffi/autogen.sh
+++ b/
tests/ffi/autogen.sh
@@
-5,4
+5,4
@@
rm -rf m4
mkdir m4
AUTOMAKE="automake --foreign"
export AUTOMAKE
-autoreconf --force --install -I m4
+autoreconf --force --install -I m4
>/dev/null