File: autogen.sh

package info (click to toggle)
quantlib 0.9.0.20071224-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 22,216 kB
  • ctags: 34,951
  • sloc: cpp: 167,744; ansic: 21,483; sh: 8,947; makefile: 3,327; lisp: 86
file content (11 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# Run this to generate all the auto-generated files needed by the GNU
# configure program

autoreconf --force --install

echo
echo Run the command './configure --help' for information on options
echo that can change the behavior of the library.