aclocal.m4: tweaks to regenerate more conveniently
[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