Merge from emacs-23 branch, up to 2010-05-20T22:16:19Z!juri@jurta.org.
[bpt/emacs.git] / autogen.sh
CommitLineData
067d23c9
KY
1#!/bin/sh
2
3echo "Please read INSTALL.BZR for instructions on how to build Emacs from Bazaar."
4
5# Exit with failure, since people may have generic build scripts that
6# try things like "autogen.sh && ./configure && make".
7exit 1