Mercurial > emacs
view autogen.sh @ 112368:4cddf15c8d9a
Fix an error introduced by the previous patch.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Wed, 19 Jan 2011 10:55:47 -0500 |
parents | ef719132ddfa |
children |
line wrap: on
line source
#!/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