new autogen.sh from libradsec
[mech_eap.orig] / autogen.sh
index 25bf74f..42cb684 100755 (executable)
@@ -1,3 +1,10 @@
-#!/bin/sh
-touch NEWS
-autoreconf --force --install
+#! /bin/sh
+if [ -x "`which autoreconf 2>/dev/null`" ] ; then
+   exec autoreconf -ivf
+fi
+
+aclocal -I m4 && \
+    autoheader && \
+    libtoolize --automake -c && \
+    autoconf && \
+    automake --add-missing --copy