view autogen.sh @ 112357:c29a17e02c5b

Add missing copyright years.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 18 Jan 2011 16:30:51 +0100
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