[go: up one dir, main page]

File: bootstrap.sh

package info (click to toggle)
fftw 2.1.5-4.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,804 kB
  • ctags: 3,761
  • sloc: ansic: 65,239; sh: 12,650; ml: 3,084; perl: 2,894; makefile: 412; fortran: 102
file content (21 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (20)
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