view autogen.sh @ 48937:3cabed8b65b7

* macmenu.c (MIN_POPUP_SUBMENU_ID): Added (mac_menu_show): Added support for hierarchical popup menus (add_menu_item): Removed indentation support (fill_submenu, fill_menu): Now creates hierarchical menus instead of using indentation
author Steven Tamm <steventamm@mac.com>
date Sun, 22 Dec 2002 23:14:52 +0000
parents 15eaa1a21c1c
children 695cf19ef79e d7ddb3e565de
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