Mercurial > emacs
view lispintro/configure.in @ 56198:a803de48faef
(SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
in that memory area are unknown to GC. Add comments.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 21 Jun 2004 22:35:29 +0000 |
parents | 695cf19ef79e |
children | 375f2633d815 |
line wrap: on
line source
dnl autoconf input file for the emacs lisp intro AC_INIT(emacs-lisp-intro.texi) AM_INIT_AUTOMAKE(emacs-lisp-intro, 2.00) AC_OUTPUT(Makefile) m4_if(dnl Do not change this comment arch-tag: 8d676bd8-8677-4ae0-8aa0-99bfd595b373 )dnl