Skip to content

Latest commit

 

History

History
executable file
·
8 lines (7 loc) · 115 Bytes

autogen.sh

File metadata and controls

executable file
·
8 lines (7 loc) · 115 Bytes
 
Mar 22, 2011
Mar 22, 2011
1
2
3
4
5
6
7
8
#!/bin/sh
set -x
libtoolize --automake --copy
aclocal
autoconf
autoheader
automake --add-missing --foreign --copy