Skip to content

Commit

Permalink
Merge pull request #6 from mirchr/add_bootstrap_script
Browse files Browse the repository at this point in the history
add bootstrap script
  • Loading branch information
UlricE committed Apr 29, 2015
2 parents 45c3e30 + d60903f commit b131d90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

aclocal
autoheader
autoconf
libtoolize --copy --automake
automake --copy --add-missing --foreign

0 comments on commit b131d90

Please sign in to comment.