From: Sebastian Pipping Date: Wed, 9 Oct 2019 19:54:42 +0000 (+0200) Subject: distribute.sh: Migrate to make-distcheck.sh X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38d635a454492fcea4ffaf85f94311be51d152f1;p=libexpat distribute.sh: Migrate to make-distcheck.sh --- diff --git a/expat/distribute.sh b/expat/distribute.sh index 27df9448..71c89363 100755 --- a/expat/distribute.sh +++ b/expat/distribute.sh @@ -11,15 +11,14 @@ set -x version="$(./conftools/get-version.sh lib/expat.h)" -./buildconf.sh -./configure -make distcheck +./make-distcheck.sh extensions=( gz bz2 lz xz + zip ) for ext in ${extensions[@]} ; do