view autogen.sh @ 107938:1a9d5fee61d1

Reverse change 98939 "Enhance `c-parse-state' to run efficiently in \"brace desserts\".".
author Alan Mackenzie <acm@muc.de>
date Mon, 12 Apr 2010 18:58:52 +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