summaryrefslogtreecommitdiffstats
path: root/Smoke/fftw-2.1.3/bootstrap.sh
blob: c36b903e881ede41e7b07c5573fb2c1b31528825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh

(cd gensrc; make)

aclocal

# sometimes automake takes a while to add all the required files :-)
automake --add-missing
automake --add-missing
automake --add-missing
automake --add-missing

autoconf

# repeat the procedure so that ``configure'' will be added to the
# distribution.
automake
autoconf

# create makefiles
sh configure