From 80830cb34d1a61b69ba331e14ba017fdf93e535f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Wed, 2 Oct 2019 16:34:10 +0100 Subject: [PATCH] Revert "build: use autobuild module to make build logs nicer" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 83aca30f1e8be524780a60b9dd8a14ec5f9de878. While the motivation of the original commit is fine, we are intending to drop autoconf in favour of meson, and similarly wish to drop use of gnulib. Removing this feature is part of that conversion work. Reviewed-by: Ján Tomko Signed-off-by: Daniel P. Berrangé --- bootstrap.conf | 1 - configure.ac | 6 ------ 2 files changed, 7 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 9ca1e6ddd7..09dcf78007 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -20,7 +20,6 @@ gnulib_modules=' accept areadlink -autobuild base64 bind bitrotate diff --git a/configure.ac b/configure.ac index 5269db425c..40e93e251e 100644 --- a/configure.ac +++ b/configure.ac @@ -123,12 +123,6 @@ AC_PROG_CC AC_PROG_INSTALL AC_PROG_CPP -dnl Setting AB_VERSION makes the 'autobuild' lines of configure output -dnl slightly more useful -if test -d $srcdir/.git && git --version >/dev/null 2>&1 ; then - AB_VERSION=`cd $srcdir && git describe --match 'v[[0-9]]*' 2>/dev/null` -fi - dnl autoconf 2.70 adds a --runstatedir option so that downstreams dnl can point to /run instead of the historic /var/run, but dnl autoconf hasn't had a release since 2012.