diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-22 07:51:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-22 07:51:23 +0000 |
commit | cbca19d6c2db44060c99ad502dd42ffc07f13037 (patch) | |
tree | 0c00ef5a9b8a5316e4a3b12a57fee1dcff5464e2 | |
parent | b40b9677b62f52a61c162f6cfa13fd83826a70f7 (diff) |
lib/config.h.in added to dist
-rw-r--r-- | CHANGES | 6 | ||||
-rw-r--r-- | lib/Makefile.am | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -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 |