From 3f6fd18f113ced86c561fbf1bab6ae190670a3f4 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 24 Feb 2022 22:03:09 +0900 Subject: [PATCH] Fix build error on the latest toolchain Change-Id: I3fb678371f8a9541460ae2646b26d31b3ab21641 Signed-off-by: Jihoon Kim --- bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap b/bootstrap index bedb873..9935cb7 100755 --- a/bootstrap +++ b/bootstrap @@ -22,9 +22,9 @@ set -x aclocal -I m4 autoheader -libtoolize -c --automake +libtoolize -c --automake --force automake --add-missing --copy --include-deps -autoconf +autoreconf -fi #cd skim #./bootstrap #cd .. -- 2.7.4