]> granicus.if.org Git - mutt/blob - prepare
Convert pgp_app_handler to use buffer pool.
[mutt] / 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