File: bootstrap

package info (click to toggle)
openct 0.6.20-1.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,672 kB
  • ctags: 3,560
  • sloc: ansic: 21,876; sh: 10,560; makefile: 272
file content (10 lines) | stat: -rwxr-xr-x 203 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e
set -x
if test -f Makefile; then
  make distclean
fi
rm -rf *~ *.cache *.m4 config.guess config.log \
	config.status config.sub depcomp ltmain.sh
autoreconf --verbose --install --force