view autogen.sh @ 76157:feb31772fcd1

(section{Visibility Cycling}): Document key for indirect buffer access. (section{Archiving}): New keys for archiving. (section{Tables}): Combine two lines for hline creation. Named-field formula changed to Field formula. (section{Links}): Document keys for finding links. (section{Agenda Views}): New key for agenda file cycling. Document keys for stuck projects. Typos fixed. (section{Exporting and Publishing}): Export options no longer in reference card.
author Carsten Dominik <dominik@science.uva.nl>
date Mon, 26 Feb 2007 11:57:51 +0000
parents 156cffa89b1b
children 4c90ffeb71c5 7b9e6639caa3
line wrap: on
line source

#!/bin/sh

echo "Please read INSTALL.CVS for instructions on how to build Emacs from CVS."

# 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