From 5412496d532e7b1ddee837da1806a35cf3d5d579 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Mon, 6 Apr 2020 17:22:59 +0100 Subject: [PATCH] Rerun autohate with --copy --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 451aa34..e048524 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,9 @@ cleandir: cd openconnect; \ git reset --hard HEAD; \ git clean -fdx; \ - NOCONFIGURE=1 ./autogen.sh; + NOCONFIGURE=1 ./autogen.sh; \ + libtoolize --automake --force --copy; \ + automake --foreign --add-missing --force --copy cp -av debian openconnect xenial bionic: cleandir -- 2.49.0