File: bootstrap

package info (click to toggle)
libdvdread 0.9.7-11
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,864 kB
  • ctags: 1,008
  • sloc: sh: 8,805; ansic: 7,746; makefile: 81
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