File: bootstrap

package info (click to toggle)
libp11 0.2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,784 kB
  • ctags: 1,132
  • sloc: sh: 10,103; ansic: 3,131; makefile: 131
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