File: bootstrap

package info (click to toggle)
engine-pkcs11 0.1.4-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,520 kB
  • ctags: 72
  • sloc: sh: 8,904; ansic: 728; makefile: 35
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