1 #!/bin/bash
2
3 set -x
4 mkdir -p autoconf
5 aclocal -I autoconf
6 autoheader
7 automake --add-missing
8 autoconf