File: bootstrap

package info (click to toggle)
libdvdread 0.9.7-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,856 kB
  • ctags: 1,007
  • sloc: sh: 8,799; ansic: 7,746; makefile: 84
file content (11 lines) | stat: -rwxr-xr-x 254 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
set -x

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