summaryrefslogtreecommitdiff
path: root/third_party/resample/bootstrap
blob: 5e522ff3d2158f3883cbb764a17f68ecd17d708c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/sh

#cd sndlib-20
#configure
#cd ..
echo=on
if test -e configure.in; then \
  echo 'autoscan not run'; \
else \
 echo 'autoscan'; \
 autoscan; \
 echo 'autoscan'; \
 mv configure.scan configure.in; \
 echo AM_INIT_AUTOMAKE >> configure.in; \
fi

rm -f config.cache
rm -f acconfig.h
echo "- aclocal."
#aclocal -I m4
aclocal
echo "- autoconf."
autoconf
echo "- autoheader."
autoheader
echo "- automake."
automake -a
#exit
./configure
make
#make check