view lispintro/configure.in @ 43755:485d5d33f9d6

(make-auto-save-file-name): Make sure the produced file name does not contain characters that are invalid for DOS/Windows filesystems.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 06 Mar 2002 18:19:43 +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)