view autogen.sh @ 55282:d21032c32fb8

(OTHERS): Ranamed from MISC. (MISC): Renamed from MISC-DIC. (WORLD): Adjuted for the above changes. (TIT-MISC, NON-TIT-MISC): New targets. (all): Don't depend on ${WORLD}. (.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): These targets removed. (TIT-SOURCES, MISC-SOURCES): New macros. (changed.tit, changed.misc): New targets. (leim-list.el): Depents on ${NON-TIT-MISC}, changed.tit, and changed.misc. Generate quail files from TIT and MISC files if necessary. (clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and ${MISC-DIC}.
author Kenichi Handa <handa@m17n.org>
date Sat, 01 May 2004 04:59:29 +0000
parents 156cffa89b1b
children 4c90ffeb71c5 7b9e6639caa3
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