File: bootstrap

package info (click to toggle)
schroot 1.4.19-1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,744 kB
  • ctags: 2,379
  • sloc: cpp: 19,880; sh: 11,479; makefile: 778; sed: 16
file content (16 lines) | stat: -rwxr-xr-x 247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

set -e

# Generate version information from git release tag

./scripts/git-version > VERSION

# To satisfy automake
touch ChangeLog

# Bootstrap autotools
autoreconf --verbose --force --install

rm -rf autom4te.cache
rm -f config.h.in~