From b5a725256c210c19b422bc7ba3e1b9e48edd2eb1 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 9 Sep 2018 07:11:50 +0200 Subject: [PATCH] build: Oops, fix ./check.sh for bootstrap build. * build-aux/config.sh (top_builddir): Set default to `.'. --- build-aux/config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-aux/config.sh b/build-aux/config.sh index a4b9fdef..4fa84441 100644 --- a/build-aux/config.sh +++ b/build-aux/config.sh @@ -17,6 +17,7 @@ # along with GNU Mes. If not, see . srcdir=${srcdir-.} +top_builddir=${top_builddir-.} if [ "$V" = 2 ]; then echo $0 echo srcdest=${srcdest}