view autogen.sh @ 112354:34bef019033d

Minor cleanups for 'bzr status' * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1, the output of config.guess. * Makefile.in (top_distclean): Remove stamp-h1 too.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 17 Jan 2011 21:23:52 -0800
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