view autogen.sh @ 89938:ab6b6e8cffe6

(read_process_output): Grow decoding_buf when needed; this could cause a crash in allocate_string and compact_small_strings.
author Kenichi Handa <handa@m17n.org>
date Thu, 13 May 2004 12:52:29 +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