From: Tim Kientzle Date: Mon, 15 Mar 2010 04:48:59 +0000 (-0400) Subject: Include "make dist-zip" as part of the autogen.sh script. X-Git-Tag: v2.8.4~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb317c81a34a06357eef6684492d7f8b431735a;p=thirdparty%2Flibarchive.git Include "make dist-zip" as part of the autogen.sh script. SVN-Revision: 2040 --- diff --git a/build/autogen.sh b/build/autogen.sh index 8a9c9deb9..faefc7780 100755 --- a/build/autogen.sh +++ b/build/autogen.sh @@ -62,3 +62,4 @@ automake -a -c ./configure make distcheck +make dist-zip \ No newline at end of file