forget about m4/Makefile.*
[apps/madmutt.git] / autogen.sh
index dfe1b36..bf2a8a7 100755 (executable)
@@ -1,16 +1,14 @@
 #!/bin/sh --
 
-if aclocal -I m4 && autoheader && (cd m4 && make -f Makefile.am.in ) \
-  && automake --include-deps && autoconf
+if aclocal -I m4 && autoheader && automake --include-deps && autoconf
 then
   echo
-  echo "The configure script for Mutt-ng was successfully prepared."
+  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 "Please refer to doc/devel-notes.txt for details."
   echo
   exit 1
 fi