1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh set -e set -x autopoint libtoolize --automake --copy aclocal -I m4 # autoheader automake --add-missing --copy autoconf ./configure --enable-maintainer-mode $*