summaryrefslogtreecommitdiff
path: root/cad/plugins/HDF5_SimResults/bootstrap
blob: a19b6977ddd92c5f789a17e57c8bc39d4f3244b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

#cat ./ac_utils.m4 > ./acinclude.m4
#cat ./ac_cppunit.m4 >> ./acinclude.m4
cat ./ac_cppunit.m4 > ./acinclude.m4
cat ./ac_hdf5.m4 >> ./acinclude.m4

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