view autogen.sh @ 78750:c727abfbb05e

Merge upstream 5.23. (cperl-where-am-i): Remove function. (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs (cperl-sniff-for-indent): De-invert [string] and [comment]. When looking for label, skip s:m:y:tr. (cperl-indent-line): Likewise. (cperl-mode): Don't assume `font-lock-multiline' is auto-local. (cperl-windowed-init): Wrong `ps-print' handling. Both thanks to Chong Yidong. (cperl-look-at-leading-count): Could fail with unfinished RExen. (cperl-find-pods-heres): If the second part of s()[] is missing, don't try to highlight delimiters...
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 07 Sep 2007 04:37:28 +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