view lispintro/configure.in @ 73554:d092f1092ef0

* emacs-lisp-intro.texi: Many changes since it turned out that many `simple' functions were rewritten. Changes to the text regarding zap-to-char, mark-whole-buffer, append-to-buffer, copy-to-buffer, beginning-of-buffer, what-line, and possibly others. (I have not reviewed all yet.) This instance does build for Info and TeX.
author Robert J. Chassell <bob@rattlesnake.com>
date Mon, 30 Oct 2006 22:15:21 +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