view lispintro/configure.in @ 41852:4330aadac353

* configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork. (AC_FUNC_VFORK): Remove. (AC_FUNC_FORK): Add. (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS; this is required by recent Autoconf versions.
author Paul Eggert <eggert@twinsun.com>
date Fri, 07 Dec 2001 05:49:20 +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)