added script to build release tarball

This commit is contained in:
Arvid Norberg 2008-10-17 00:48:25 +00:00
parent 1802e856e6
commit 0a5c802261
1 changed files with 13 additions and 0 deletions

13
build_dist.sh Executable file
View File

@ -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