view autogen.sh @ 108599:c868ea5f7463

Prevent an error signal when clicking on Options->Mule->Describe Lang Env. international/mule-cmds.el (mule-menu-keymap): Fix definition of "Describe Language Environment" menu item.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 15 May 2010 17:06:58 +0300
parents 7b9e6639caa3
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

# arch-tag: a123408c-fada-4bf7-98a0-a786cff918f0