File: bootstrap

package info (click to toggle)
pam-p11 0.1.2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,472 kB
  • ctags: 55
  • sloc: sh: 8,398; ansic: 684; makefile: 45
file content (10 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download | duplicates (15)
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