1 #!/bin/sh 2 3 aclocal && \ 4 autoheader && \ 5 libtoolize --automake --copy --force && \ 6 automake --add-missing --copy && \ 7 autoconf 8