Skip to content

Commit 43c227b

Browse files
committed
added bootstrap.sh to init autotools
1 parent a66b965 commit 43c227b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bootstrap.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
aclocal
4+
autoheader
5+
autoconf
6+
automake --add-missing --copy

0 commit comments

Comments
 (0)