File: bootstrap

package info (click to toggle)
pam-p11 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: ansic: 1,276; makefile: 48; sh: 8
file content (10 lines) | stat: -rwxr-xr-x 203 bytes parent folder | download | duplicates (14)
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