Skip to content

Commit

Permalink
add bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
dleonard committed Mar 18, 2010
1 parent fe9e68f commit 11415d9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#! /bin/sh

set -ex

rm -rf autom4te.cache install-sh missing Makefile.in install.sh
rm -rf ipwatchd/Makefile.in configure aclocal.m4 config.h.in
rm -rf config.guess config.sub depcomp compile

autoreconf --install --verbose

0 comments on commit 11415d9

Please sign in to comment.