From 376596a7cad628796b1bfb8da185f61099e4e1e5 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 21 Apr 2024 10:35:27 +0200 Subject: [PATCH] add lha build --- mystic/install-v2.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mystic/install-v2.sh b/mystic/install-v2.sh index af07bd2..0b4cdc4 100644 --- a/mystic/install-v2.sh +++ b/mystic/install-v2.sh @@ -71,8 +71,9 @@ unzip lha-20211125.zip &>/dev/null popd &>/dev/null pushd $MSTEMPDIR/lha-release-20211125 &>/dev/null aclocal +autoheader +automake -a autoconf -automake --add-missing ./configure make make install