changeset 83947:80dc48055ce3

Move here from ../../lispintro/
author Glenn Morris <rgm@gnu.org>
date Thu, 06 Sep 2007 04:02:03 +0000
parents a01a46c54853
children bec7902526ae
files doc/lispintro/configure.in
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/lispintro/configure.in	Thu Sep 06 04:02:03 2007 +0000
@@ -0,0 +1,9 @@
+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