From: Matt Birkholz Date: Wed, 3 Jul 2019 23:09:42 +0000 (-0700) Subject: Silence autoreconf in the FFI test. X-Git-Tag: mit-scheme-pucked-10.1.11 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7530fe3a1dc995a6cd68a1989c29529fcaf777fd;p=mit-scheme.git Silence autoreconf in the FFI test. --- diff --git a/tests/ffi/autogen.sh b/tests/ffi/autogen.sh index 06aa5fd23..680adce95 100755 --- 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