fix bugs when buffer is empty.
[apps/madmutt.git] / autogen.sh
1 #!/bin/sh --
2
3 if aclocal -I m4 && autoheader && automake --include-deps && autoconf
4 then
5   echo
6   echo "The configure script for madmutt was successfully prepared."
7   echo "Continue with \"./configure [your options]\"."
8   echo
9 else
10   echo
11   echo "Some part of the preparation process failed."
12   echo
13   exit 1
14 fi