1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

Initial revision

This commit is contained in:
Karl Heuer 1998-08-29 19:58:35 +00:00
parent e64981da92
commit 869c922d44

3
lispref/configure.in Normal file
View File

@ -0,0 +1,3 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(elisp.texi)
AC_OUTPUT(Makefile)