This is an automated email from the ASF dual-hosted git repository. bmahler pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 4b4827b531b8c53053fb40652b6db4393225e7f1 Author: Benjamin Mahler <[email protected]> AuthorDate: Mon Oct 26 16:58:23 2020 -0400 Added autoreconf version logging to boostrap script. --- bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap b/bootstrap index 5727550..2ad90c5 100755 --- a/bootstrap +++ b/bootstrap @@ -47,4 +47,5 @@ fi # that we'll modify a lot of files in 3rdparty/libprocess, but that # may change in the future. +autoreconf --version autoreconf --install -Wall --verbose "${@}"
