view autogen.sh @ 110348:facbb9773cf5

Various updates for the Bugs section of the manual. * doc/emacs/trouble.texi (Bugs): Update the section intro. (Known Problems): New section. (Checklist): Misc updates. Prefer M-x report-emacs-bug. (Sending Patches): Bug fixes are best as responses to existing bugs. * doc/emacs/emacs.texi (Known Problems): Add menu entry for new section.
author Glenn Morris <rgm@gnu.org>
date Sat, 11 Sep 2010 17:31:47 -0700
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