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