Skip to content

Latest commit

 

History

History
executable file
·
6 lines (5 loc) · 153 Bytes

autogen.sh

File metadata and controls

executable file
·
6 lines (5 loc) · 153 Bytes
 
Jun 27, 2011
Jun 27, 2011
1
2
#!/bin/sh
Sep 22, 2011
Sep 22, 2011
3
4
5
6
aclocal && \
libtoolize --automake --copy --force && \
automake --foreign --add-missing && \
autoconf