view autogen.sh @ 49993:a40d0a292281

* nnfolder.el (nnfolder-request-accept-article): Don't use mail-header-unfold-field. * imap.el (imap-ssl-open): Don't depend on ssl.el. * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
author ShengHuo ZHU <zsh@cs.rochester.edu>
date Fri, 28 Feb 2003 13:36:11 +0000
parents 15eaa1a21c1c
children 695cf19ef79e d7ddb3e565de
line wrap: on
line source

#!/bin/sh

echo "Please read INSTALL-CVS for instructions on how to build Emacs from CVS."

# Exit with failure, since people may have generic build scripts that
# try things like "autogen.sh && ./configure && make".
exit 1