Bug hunting: Deadlocks, data safety, and dumb shit
[blerg.git] / add-autoconf
1 #!/bin/sh
2 set -x
3 aclocal -I m4
4 autoconf
5 touch NEWS AUTHORS ChangeLog # needed by automake...
6 autoheader # generate config.h.in
7 automake -a -c # install missing files