EXIT AUTOCRAP \o/
[apps/madmutt.git] / autogen.sh
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755 (executable)
index bf2a8a7..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh --
-
-if aclocal -I m4 && autoheader && automake --include-deps && autoconf
-then
-  echo
-  echo "The configure script for madmutt was successfully prepared."
-  echo "Continue with \"./configure [your options]\"."
-  echo
-else
-  echo
-  echo "Some part of the preparation process failed."
-  echo
-  exit 1
-fi