view autogen.sh @ 89667:20a59c5d1d55

(kill_workbuf_unwind): Delete this function. (Finsert_file_contents): Adjust the call of detect_coding_system. Get conversion_buffer by code_conversion_save. Use the macor CODING_MAY_REQUIRE_DECODING. After decoding, update coding_system.
author Kenichi Handa <handa@m17n.org>
date Tue, 02 Dec 2003 01:45:13 +0000
parents 375f2633d815
children 68c22ea6027c
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