File: bootstrap

package info (click to toggle)
boolstuff 0.1.16-2.2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,912 kB
  • sloc: sh: 11,344; cpp: 1,685; ansic: 261; perl: 196; makefile: 195
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