From: Tim Kientzle Date: Mon, 15 Mar 2010 04:48:30 +0000 (-0400) Subject: Include "make dist-zip" as part of the autogen.sh script. X-Git-Tag: v3.0.0a~1152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39e9e8ac1a571b576a538e18da33cd7349e60f75;p=thirdparty%2Flibarchive.git Include "make dist-zip" as part of the autogen.sh script. SVN-Revision: 2039 --- diff --git a/build/autogen.sh b/build/autogen.sh index dde976fcd..a880a9622 100755 --- a/build/autogen.sh +++ b/build/autogen.sh @@ -63,3 +63,4 @@ automake -a -c ./configure make distcheck +make dist-zip \ No newline at end of file