Browse Source

add bootstrap file

master
Georg Hopp 14 years ago
parent
commit
2cf8fa0d18
  1. 7
      bootstrap

7
bootstrap

@ -0,0 +1,7 @@
#!/bin/sh
aclocal
libtoolize --copy
autoheader
automake --gnu --add-missing --copy
autoconf
Loading…
Cancel
Save