view lispintro/configure.in @ 89242:dfb7efc44516

(Vx_keysym_table): New. (syms_of_xterm): Initialize it. (XTread_socket): Use it. From head: Eliminate incorrect optimization that tried to avoid decoding the output of X*LookupString. (x_get_font_repertory): Delete charset declaration.
author Dave Love <fx@gnu.org>
date Sun, 27 Oct 2002 21:13:00 +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)