mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
lib/config.h.in added to dist
This commit is contained in:
parent
b40b9677b6
commit
cbca19d6c2
6
CHANGES
6
CHANGES
@ -7,6 +7,12 @@
|
|||||||
History of Changes
|
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)
|
Daniel (20 February 2002)
|
||||||
- Andrés García provided a solution to bug report #515228. the total time
|
- 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
|
counter was not set correctly when -I was used during some conditions (all
|
||||||
|
@ -7,7 +7,8 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
|
|||||||
EXTRA_DIST = getdate.y \
|
EXTRA_DIST = getdate.y \
|
||||||
Makefile.b32 Makefile.b32.resp Makefile.m32 Makefile.vc6 \
|
Makefile.b32 Makefile.b32.resp Makefile.m32 Makefile.vc6 \
|
||||||
libcurl.def dllinit.c curllib.dsp curllib.dsw \
|
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
|
lib_LTLIBRARIES = libcurl.la
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user