From bd69f1e9afca387f1c143e14d553c42b88aca20b Mon Sep 17 00:00:00 2001 From: David Timber Date: Tue, 18 Oct 2022 15:17:43 +0800 Subject: Fix broken bootstrap.sh --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index dd3ec17..9a132ea 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -11,6 +11,6 @@ EOF fi aclocal && + autoheader && automake --add-missing --copy && - autoconf && - autoheader + autoconf -- cgit