summaryrefslogtreecommitdiff
path: root/bootstrap
blob: 0e750f48f3167329baf9d40434e5ca2d2809367e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

cat ./ac_utils.m4 > ./acinclude.m4
cat ./ac_freezepython.m4 >> ./acinclude.m4
cat ./ac_qt4.m4 >> ./acinclude.m4
cat ./ac_pyqt.m4 >> ./acinclude.m4
cat ./ac_numarray.m4 >> ./acinclude.m4
cat ./ac_numeric.m4 >> ./acinclude.m4
cat ./ac_numpy.m4 >> ./acinclude.m4
cat ./ac_ctypes.m4 >> ./acinclude.m4
cat ./ac_pyopengl.m4 >> ./acinclude.m4
cat ./ac_pil.m4 >> ./acinclude.m4
cat ./ac_cppunit.m4 >> ./acinclude.m4

aclocal
autoheader
libtoolize --force
automake --foreign --add-missing --copy
autoconf