view autogen.sh @ 61003:1c1bec847a76

Update and reformat copyright. (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3. (Holidays): Move view-calendar-holidays-initially, mark-holidays-in-calendar here from emacs-xtra. (Diary): Refer to `diary-file' rather than ~/diary. (Diary Commands): Rename node to "Displaying the Diary". (Displaying the Diary): Move view-diary-entries-initially, mark-diary-entries-in-calendar here from emacs-xtra. (Appointments): Move appt-display-mode-line, appt-display-duration, appt-disp-window-function, appt-delete-window-function here from emacs-xtra.
author Glenn Morris <rgm@gnu.org>
date Sat, 26 Mar 2005 19:51:24 +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