GSS_S_PROMPTING_NEEDED is a bit
[cyrus-sasl.git] / autogen.sh
index 4f67fdd..b777640 100755 (executable)
@@ -2,10 +2,20 @@
 
 PATH=/usr/local/bin:$PATH
 
-#autoreconf -ivf
+autoreconf -ivf
 
 aclocal -I . -I cmulocal -I config && \
     autoheader && \
     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