Skip to content
Permalink
71f1240e43
Go to file
 
 
Cannot retrieve contributors at this time
executable file 8 lines (6 sloc) 146 Bytes
#!/bin/sh
aclocal && \
autoheader && \
libtoolize --automake --copy --force && \
autoconf && \
automake --add-missing --copy
You can’t perform that action at this time.