changeset 1437:dba5dbb3784b

[project @ 1995-09-19 07:52:07 by jwe]
author jwe
date Tue, 19 Sep 1995 07:54:35 +0000
parents fa4faf65f88d
children cd2b52fb9019
files readline/Makefile.in readline/configure.in
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/readline/Makefile.in	Tue Sep 19 07:48:09 1995 +0000
+++ b/readline/Makefile.in	Tue Sep 19 07:54:35 1995 +0000
@@ -42,7 +42,7 @@
 
 # The header files for this library.
 HSOURCES = readline.h rldefs.h chardefs.h keymaps.h history.h \
-	   posixstat.h tilde.h rlconf.h
+	   posixstat.h tilde.h rlconf.h config.h.in acconfig.h
 
 OBJECTS = readline.o vi_mode.o funmap.o keymaps.o parens.o search.o \
 	  rltty.o complete.o bind.o isearch.o display.o signals.o \
--- a/readline/configure.in	Tue Sep 19 07:48:09 1995 +0000
+++ b/readline/configure.in	Tue Sep 19 07:54:35 1995 +0000
@@ -1,6 +1,8 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(readline.c)
 
+AC_CONFIG_HEADER(config.h)
+
 AC_PROG_CC
 AC_PROG_CPP
 AC_PROG_GCC_TRADITIONAL