Rearrange moonshot to have libeap as a subproject
[mech_eap.orig] / autogen.sh
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755 (executable)
index a209369..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /bin/sh
-
-PATH=/usr/local/bin:$PATH
-
-if [ -x "`which autoreconf 2>/dev/null`" ] ; then
-   exec autoreconf -ivf
-fi
-
-aclocal -I . -I m4 && \
-    autoheader && \
-    libtoolize --automake -c && \
-    autoconf && \
-    automake --add-missing --copy