view autogen.sh @ 107975:7d805250c222

Synch with Gnus trunk: 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com> * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of the CVS repo. Put the Git repo in the news section. * gnus-coding.texi (Gnus Maintainance Guide): Fixed title typo. Removed some mentions of CVS. Mention the new Git repo. 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com> * smime.el: Don't mention CVS. * nnrss.el (nnrss-fetch): Don't mention CVS. * nnir.el: Don't mention CVS.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 18 Apr 2010 23:24:22 +0000
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