autoreconf
[cyrus-sasl.git] / autogen.sh
diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..9456f93
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/sh
+touch NEWS
+libtoolize --copy --install
+aclocal -I cmulocal -I config
+autoconf
+automake
+autoheader
+
+cd saslauthd
+aclocal -I ../cmulocal -I ../config
+autoconf
+automake
+autoheader