File: bootstrap

package info (click to toggle)
quantlib 0.2.1.cvs20020322-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,716 kB
  • ctags: 4,614
  • sloc: cpp: 19,601; sh: 7,389; makefile: 796; ansic: 22
file content (15 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# Run this to generate all the auto-generated files needed by the GNU
# configure program
# this is known to work with the following tools:
#
# GNU automake 1.5
# GNU Autoconf 2.52
# GNU libtool 1.4.2

aclocal
autoheader
automake --add-missing
autoconf