From 0a5c802261bcab1237941c2c756fc03075d396aa Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 17 Oct 2008 00:48:25 +0000 Subject: [PATCH] added script to build release tarball --- build_dist.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 build_dist.sh diff --git a/build_dist.sh b/build_dist.sh new file mode 100755 index 000000000..74373d37a --- /dev/null +++ b/build_dist.sh @@ -0,0 +1,13 @@ +#!/bin/sh +rm -f config.cache +rm -fr autom4te.cache +chmod a-x docs/*.rst docs/*.htm* + +/opt/local/bin/autoheader +/opt/local/bin/aclocal -I m4 +/sw/bin/libtoolize -f +/opt/local/bin/automake -ac +/opt/local/bin/autoconf +./configure --with-zlib=shipped --enable-examples=yes --enable-tests=yes --with-boost-thread=mt-1_35 --with-boost-system=mt-1_35 --with-boost-filesystem=mt-1_35 --with-boost-regex=mt-1_35 --with-boost-program-options=mt-1_35 +make dist check +