view lispintro/configure.in @ 66456:885272126a8e

(def-gdb-auto-updated-buffer) (def-gdb-auto-update-trigger): Simplify construction. (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of def-gdb-auto-updated-buffer as gdb-info-locals-handler is defined explicitly. (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of def-gdb-auto-updated-buffer as gdb-invalidate-assembler is defined explicitly. (gdb-info-locals-custom): Remove as it's a no-op.
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 26 Oct 2005 01:01:34 +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