Skip to content

Commit

Permalink
Added 'bootstrap'.
Browse files Browse the repository at this point in the history
  • Loading branch information
benh committed Jun 23, 2012
1 parent e8f153c commit 97dc1ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bootstrap
@@ -0,0 +1,11 @@
#!/bin/sh

# Make sure that we are in the right directory.
if test ! -f configure.ac; then
cat >&2 <<__EOF__
You must run bootstrap from the root of the distribution.
__EOF__
exit 1
fi

autoreconf --install -Wall --verbose "${@}"

0 comments on commit 97dc1ca

Please sign in to comment.