blob: 52184c46f51780024f6346513d89f1b96bb577b7 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
echo "Please read INSTALL.BZR for instructions on how to build Emacs from Bazaar."
# Exit with failure, since people may have generic build scripts that
# try things like "autogen.sh && ./configure && make".
exit 1
|