Skip to content

Latest commit

 

History

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

autogen.sh

File metadata and controls

executable file
·
8 lines (7 loc) · 120 Bytes
 
Oct 22, 2017
Oct 22, 2017
1
2
3
4
5
6
7
#!/bin/sh
set -x
libtoolize --force --copy
aclocal -I ./m4
autoheader
automake --foreign --add-missing --copy
autoconf