view autogen.sh @ 50495:cf8b9e443180

2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de> * tramp.texi: Version 2.0.33 released. Remove installation chapter. Remove XEmacs specifics.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Tue, 08 Apr 2003 20:09:23 +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