2008-10-17 02:48:25 +02:00
|
|
|
#!/bin/sh
|
|
|
|
rm -f config.cache
|
|
|
|
rm -fr autom4te.cache
|
|
|
|
chmod a-x docs/*.rst docs/*.htm*
|
|
|
|
|
2008-12-18 18:20:41 +01:00
|
|
|
/opt/local/bin/autoheader-1.7
|
2008-10-17 02:48:25 +02:00
|
|
|
/opt/local/bin/aclocal -I m4
|
|
|
|
/sw/bin/libtoolize -f
|
|
|
|
/opt/local/bin/automake -ac
|
|
|
|
/opt/local/bin/autoconf
|
2008-11-21 05:09:34 +01:00
|
|
|
./configure --enable-python-binding --with-zlib=shipped --enable-examples=yes --enable-tests=yes --with-boost-python=mt-1_35 --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
|
2008-10-17 02:48:25 +02:00
|
|
|
make dist check
|
|
|
|
|