view autogen.sh @ 106652:7b9e6639caa3

* INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar. * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
author Karl Fogel <kfogel@red-bean.com>
date Sun, 27 Dec 2009 17:26:27 -0500
parents 156cffa89b1b
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