blob: 4b74b45a0e2ddc5cda35fdb2abde81e4a33bae1e (
plain)
1
2
3
4
5
6
7
|
#!/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
|