view autogen.sh @ 89933:48af0ea7d387

(setup_coding_system): Set coding->common_flags correctly for raw-text. (consume_chars): On encoding unibyte text by raw-text, don't check multibyte form. (encode_coding): On encoding by raw-text, never use translation tables.
author Kenichi Handa <handa@m17n.org>
date Wed, 28 Apr 2004 12:52:51 +0000
parents 68c22ea6027c
children 4c90ffeb71c5
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