view lispintro/configure.in @ 48856:e7aab76fa215

Avoid name conflicts with outline.el. Use 3 installments to keep diffs understandable. Change 1: Replace globally string "outline-" with string "allout-". Replaced 1446 occurrences; there was no string "allout-" before the change and there seems to be no dependency on outline.el.
author Markus Rost <rost@math.uni-bielefeld.de>
date Mon, 16 Dec 2002 00:20:42 +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)