view lispintro/configure.in @ 44456:a7dbce305a53

(auto-revert-mode, global-auto-revert-mode): Use define-minor-mode. (auto-revert-buffers): Use with-current-buffer. Avoid changing the minor modes.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 08 Apr 2002 23:05:26 +0000
parents a8ee89e61d20
children 695cf19ef79e
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)