view lispintro/configure.in @ 53453:28b887271e09

Various small changes in addition to the following. (Signaling Errors): Provide some more details on how `signal' constructs the error message. Add anchor to the definition of `signal'. (Error Symbols): Describe special treatment of `quit'. (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM to emphasize that it has to be a single form.
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 30 Dec 2003 22:34:35 +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