Mercurial > hg > xemacs-beta
view modules/common/configure-pre.ac @ 2571:979c4c930bb5
[xemacs-hg @ 2005-02-07 19:30:07 by ben]
fix bug in find-menu-item-1
menubar.el: Forgot to rename this when find-menu-item-1 was extracted.
author | ben |
---|---|
date | Mon, 07 Feb 2005 19:30:08 +0000 |
parents | d87493ecc64b |
children | fe82be65969e |
line wrap: on
line source
AC_PROG_CC AC_PROG_INSTALL AC_SUBST(CFLAGS) AC_SUBST(LDFLAGS) # Find ELLCC AC_ARG_VAR([ELLCC], [The path to the ellcc module compiler]) AC_PATH_PROG([ELLCC], [ellcc], ["FAIL"]) AS_IF([test "$ELLCC" = "FAIL"], [AS_ERROR([Cannot find ellcc])])