File: bootstrap

package info (click to toggle)
boolstuff 0.1.11-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,664 kB
  • ctags: 152
  • sloc: sh: 8,653; cpp: 1,435; makefile: 200; ansic: 162; perl: 106
file content (10 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

aclocal -I macros -I /usr/share/aclocal $ACLOCAL_FLAGS
libtoolize --automake --force --copy

# libtoolize must be called before automake because it creates
# ltmain.sh, which automake needs.

automake --add-missing --copy
autoconf