]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Fix outdated autohate files in release tarballs
authorDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 20 Sep 2013 05:41:57 +0000 (00:41 -0500)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 20 Sep 2013 05:43:01 +0000 (00:43 -0500)
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 <David.Woodhouse@intel.com>
autogen.sh

index 61984ce0cbd01fc47d8e1ddf74515db63a829a74..6bdb711325d0b12c9c9e2c2925a63d4ed6fbfd83 100755 (executable)
@@ -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