view autogen.sh @ 107136:00c6bb12d924

* arc-mode.el (archive-unique-fname): Make directories for nested archives. (Bug#5540)
author Juri Linkov <juri@jurta.org>
date Fri, 12 Feb 2010 21:35:45 +0200
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