annotate lispintro/configure.in @ 71480:fadd484f858b
*** empty log message ***
author |
Nick Roberts <nickrob@snap.net.nz> |
date |
Sun, 25 Jun 2006 00:40:14 +0000 (2006-06-25) |
parents |
695cf19ef79e |
children |
375f2633d815 |
rev |
line source |
41418
|
1 dnl autoconf input file for the emacs lisp intro
|
|
2
|
|
3 AC_INIT(emacs-lisp-intro.texi)
|
|
4 AM_INIT_AUTOMAKE(emacs-lisp-intro, 2.00)
|
|
5 AC_OUTPUT(Makefile)
|
52401
|
6
|
|
7 m4_if(dnl Do not change this comment
|
|
8 arch-tag: 8d676bd8-8677-4ae0-8aa0-99bfd595b373
|
|
9 )dnl
|