autoreconf
[cyrus-sasl.git] / autogen.sh
index 9456f93..4f67fdd 100755 (executable)
@@ -1,13 +1,11 @@
-#!/bin/sh
-touch NEWS
-libtoolize --copy --install
-aclocal -I cmulocal -I config
-autoconf
-automake
-autoheader
+#! /bin/sh
 
-cd saslauthd
-aclocal -I ../cmulocal -I ../config
-autoconf
-automake
-autoheader
+PATH=/usr/local/bin:$PATH
+
+#autoreconf -ivf
+
+aclocal -I . -I cmulocal -I config && \
+    autoheader && \
+    libtoolize --automake -c && \
+    autoconf && \
+    automake --add-missing --copy