From 5387e0463382b4eba262cb00ffde6883181a75d2 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Fri, 20 Sep 2013 00:41:57 -0500 Subject: [PATCH] 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 --- autogen.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.49.0