You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2020/10/26 21:00:38 UTC

[mesos] 01/02: Added autoreconf version logging to boostrap script.

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 <bm...@apache.org>
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 "${@}"