view autogen.sh @ 110336:3ffb3b102dae

coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use designation or locking-shift.
author Kenichi Handa <handa@m17n.org>
date Wed, 08 Sep 2010 11:21:03 +0900
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