autoreconf
[cyrus-sasl.git] / autogen.sh
1 #!/bin/sh
2 touch NEWS
3 libtoolize --copy --install
4 aclocal -I cmulocal -I config
5 autoconf
6 automake
7 autoheader
8
9 cd saslauthd
10 aclocal -I ../cmulocal -I ../config
11 autoconf
12 automake
13 autoheader