view modules/common/configure-pre.ac @ 1526:8b284a83dd90

[xemacs-hg @ 2003-06-13 00:11:16 by adrian] xemacs-21.5: Fix xemacs.exe is in a strange place? on 'windows-nt -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2003-06-13 Adrian Aichner <adrian@xemacs.org> * setup-paths.el (paths-emacs-root-p): Don't insist in lib-src directory on 'windows-nt, which currently does not have it.
author adrian
date Fri, 13 Jun 2003 00:11:16 +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])])