File: bootstrap

package info (click to toggle)
zsync 0.5-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 1,092 kB
  • ctags: 997
  • sloc: ansic: 8,185; sh: 796; makefile: 81
file content (9 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e
#
# cphipps - short script to start building from a maintainer-clean'ed tree
#
mkdir -p autotools
aclocal -I autotools
autoheader
automake --add-missing
autoconf