Modify backend to use new auth cookie format
[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