bzrmerge.el trivia.
[emacs.git] / autogen.sh
blob52184c46f51780024f6346513d89f1b96bb577b7
1 #!/bin/sh
3 echo "Please read INSTALL.BZR for instructions on how to build Emacs from Bazaar."
5 # Exit with failure, since people may have generic build scripts that
6 # try things like "autogen.sh && ./configure && make".
7 exit 1