view lispintro/configure.in @ 57586:376b47c63cfd

From Ulf Jasper <ulf.jasper@web.de>: Set coding to utf-8. (icalendar-version): Increase to 0.07. (icalendar-monthnumber-table): Change March pattern. (icalendar-get-all-event-properties) (icalendar-set-event-property): Delete. (icalendar-all-events): No longer interactive. (icalendar-convert-diary-to-ical) (icalendar-extract-ical-from-buffer): Make obsolete, and alias to their replacements. (icalendar-export-file, icalendar-export-region): New functions; essentially old `icalendar-convert-diary-to-ical' but appending to target rather than overwriting. (icalendar-import-file): Append to target file rather than overwriting. Fourth arg deleted. (icalendar-import-buffer): New name for old `icalendar-extract-ical-from-buffer'. (icalendar--convert-string-for-import): New name for old `icalendar-convert-for-import'. (include-icalendar-files): Delete. Prefix for all internal functions changed from `icalendar-' to `icalendar--'.
author Glenn Morris <rgm@gnu.org>
date Tue, 19 Oct 2004 09:53:50 +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