GSS_S_PROMPTING_NEEDED is a bit
[cyrus-sasl.git] / autogen.sh
1 #! /bin/sh
2
3 PATH=/usr/local/bin:$PATH
4
5 autoreconf -ivf
6
7 aclocal -I . -I cmulocal -I config && \
8     autoheader && \
9     libtoolize --automake -c && \
10     autoconf && \
11     automake --add-missing --copy
12
13 cd saslauthd
14
15 autoreconf -ivf
16
17 aclocal -I . -I ../cmulocal -I ../config && \
18     autoheader && \
19     libtoolize --automake -c && \
20     autoconf && \
21     automake --add-missing --copy