From cbca19d6c2db44060c99ad502dd42ffc07f13037 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 22 Feb 2002 07:51:23 +0000 Subject: lib/config.h.in added to dist --- CHANGES | 6 ++++++ lib/Makefile.am | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 19d6a2fb7..8c7116226 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,12 @@ History of Changes +Daniel (21 February 2002) +- Kevin Roth and Andrés García both found out that lib/config.h.in was missing + in the pre-release archive and thus the configure script failed. + +Version 7.9.5-pre2 + Daniel (20 February 2002) - Andrés García provided a solution to bug report #515228. the total time counter was not set correctly when -I was used during some conditions (all diff --git a/lib/Makefile.am b/lib/Makefile.am index 7e562cf4b..4db5906c1 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -7,7 +7,8 @@ AUTOMAKE_OPTIONS = foreign no-dependencies EXTRA_DIST = getdate.y \ Makefile.b32 Makefile.b32.resp Makefile.m32 Makefile.vc6 \ libcurl.def dllinit.c curllib.dsp curllib.dsw \ - config-vms.h config-win32.h config-riscos.h config-mac.h + config-vms.h config-win32.h config-riscos.h config-mac.h \ + config.h.in lib_LTLIBRARIES = libcurl.la -- cgit v1.2.3