view autogen.sh @ 112227:07e52ed69b5d

* emulation/cua-base.el (cua--init-keymaps): Remap exchange-point-and-mark in cua-global-keymap.
author Kim F. Storm <storm@cua.dk>
date Fri, 14 Jan 2011 16:06:17 +0100
parents ced73eea562f
children ef719132ddfa
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