# HG changeset patch # User jwe # Date 811497275 0 # Node ID dba5dbb3784b15bfe343286ca9a2aafc863851ed # Parent fa4faf65f88d1e16d1a0ea2f88b0ed19d566a723 [project @ 1995-09-19 07:52:07 by jwe] diff -r fa4faf65f88d -r dba5dbb3784b readline/Makefile.in --- 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 \ diff -r fa4faf65f88d -r dba5dbb3784b readline/configure.in --- 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