rationalize mh_sequences code.
[apps/madmutt.git] / autogen.sh
1 #!/bin/sh --
2
3 if aclocal -I m4 && autoheader && (cd m4 && make -f Makefile.am.in ) \
4   && automake --include-deps && autoconf
5 then
6   echo
7   echo "The configure script for Mutt-ng was successfully prepared."
8   echo "Continue with \"./configure [your options]\"."
9   echo
10 else
11   echo
12   echo "Some part of the preparation process failed."
13   echo "Please refer to doc/devel-notes.txt for details."
14   echo
15   exit 1
16 fi