From: David Woodhouse Date: Fri, 20 Sep 2013 05:41:57 +0000 (-0500) Subject: Fix outdated autohate files in release tarballs X-Git-Tag: v5.02~28 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5387e0463382b4eba262cb00ffde6883181a75d2;p=users%2Fdwmw2%2Fopenconnect.git Fix outdated autohate files in release tarballs Remove --copy and add --force. We'll end up with symlinks to the original libtool/automake files which will thus remain up to date, and shouldn't get old files in release tarballs any more. Signed-off-by: David Woodhouse --- diff --git a/autogen.sh b/autogen.sh index 61984ce0..6bdb7113 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh aclocal && \ - libtoolize --automake --copy --force && \ - automake --foreign --add-missing && \ - autoconf + libtoolize --automake --force && \ + automake --foreign --add-missing --force && \ + autoconf --force