From: David Woodhouse Date: Mon, 6 Apr 2020 16:22:59 +0000 (+0100) Subject: Rerun autohate with --copy X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5412496d532e7b1ddee837da1806a35cf3d5d579;p=users%2Fdwmw2%2Fopenconnect-deb.git Rerun autohate with --copy --- 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