Rocco Rutte:
[apps/madmutt.git] / prepare
diff --git a/prepare b/prepare
index b382ef0..1f955ea 100755 (executable)
--- a/prepare
+++ b/prepare
@@ -1,18 +1,11 @@
 #!/bin/sh --
 
-if test x"$1" = x"-dev" ; then
-  include_deps=
-  shift
-else
-  include_deps="-i"
-fi
-
 if aclocal -I m4 && autoheader && (cd m4 && make -f Makefile.am.in ) \
-  && automake $include_deps && autoconf && ./configure "$@"
+  && automake --include-deps && autoconf
 then
   echo
-  echo "The mutt source code was successfully prepared."
-  echo "Type make && make install to build and install mutt."
+  echo "The configure script for mutt-ng was successfully prepared."
+  echo "Continue with \"./configure [your options]\"."
   echo
 else
   echo