]> git.llucax.com Git - software/mutt-debian.git/blob - prepare
debian/extra/lib/mailto-mutt: replaced by a wrapper, added the reason to NEWS.Debian...
[software/mutt-debian.git] / prepare
1 #!/bin/sh
2
3 if autoreconf --install && ./configure "$@"
4 then
5   echo
6   echo "The mutt source code was successfully prepared and configured."
7   echo "Type   make && make install   to build and install mutt."
8   echo
9 else
10   echo
11   echo "Some part of the preparation process failed."
12   echo "Please refer to doc/devel-notes.txt for details."
13   echo
14   exit 1
15 fi