GSS_S_PROMPTING_NEEDED is a bit
[cyrus-sasl.git] / autogen.sh
index 32f62b2..b777640 100755 (executable)
@@ -9,3 +9,13 @@ aclocal -I . -I cmulocal -I config && \
     libtoolize --automake -c && \
     autoconf && \
     automake --add-missing --copy
+
+cd saslauthd
+
+autoreconf -ivf
+
+aclocal -I . -I ../cmulocal -I ../config && \
+    autoheader && \
+    libtoolize --automake -c && \
+    autoconf && \
+    automake --add-missing --copy