File: bootstrap

package info (click to toggle)
mpeg2dec 0.4.0b-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,648 kB
  • ctags: 1,739
  • sloc: ansic: 14,671; sh: 8,405; makefile: 340
file content (11 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
set -x

aclocal -I autotools
libtoolize --force --copy
autoheader
#add --include-deps if you want to bootstrap with any other compiler than gcc
#automake --add-missing --copy --include-deps
automake --add-missing --copy
autoconf
rm -f config.cache