aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-02-18 11:35:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-02-18 11:35:12 +0000
commitfb23b85770b72b25448a99108f80fc4d6b8e10ac (patch)
treecb4593e86c20291f790fdf8784061facb8542422 /lib/Makefile.am
parent3458ce9ae55779f7409dabd82ce2efb73b03eea3 (diff)
- We're no longer providing a very old ca-bundle in the curl tarball. You can
get a fresh one downloaded and created with 'make ca-bundle' or you can get one from here => http://curl.haxx.se/docs/caextract.html if you want a fresh new one extracted from Mozilla's recent list of ca certs. The configure option --with-ca-bundle now lets you specify what file to use as default ca bundle for your build. If not specified, the configure script will check a few known standard places for a global ca cert to use.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am10
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 4986071a5..f342946a6 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -30,7 +30,7 @@ DOCS = README.encoding README.memoryleak README.ares README.curlx \
EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 Makefile.riscos \
$(DSP) curllib.dsw config-win32.h config-win32ce.h config-riscos.h \
- config-mac.h config.h.in ca-bundle.crt makefile.dj config.dos \
+ config-mac.h config.h.in makefile.dj config.dos \
libcurl.framework.make libcurl.plist libcurl.rc config-amigaos.h \
amigaos.c amigaos.h makefile.amiga Makefile.netware nwlib.c nwos.c \
libcurl.imp msvcproj.head msvcproj.foot config-win32ce.h \
@@ -111,15 +111,9 @@ $(top_builddir)/lib/ca-bundle.h: Makefile.in Makefile
if CABUNDLE
echo '#define CURL_CA_BUNDLE @CURL_CA_BUNDLE@' >> $@
else
- echo '#undef CURL_CA_BUNDLE /* unknown */' >> $@
+ echo '#undef CURL_CA_BUNDLE /* unknown default path */' >> $@
endif
-install-data-hook:
- @if test -n "@CURL_CA_BUNDLE@"; then \
- $(mkinstalldirs) `dirname $(DESTDIR)@CURL_CA_BUNDLE@`; \
- @INSTALL_DATA@ $(srcdir)/ca-bundle.crt $(DESTDIR)@CURL_CA_BUNDLE@; \
- fi
-
# this hook is mainly for non-unix systems to build even if configure
# isn't run
dist-hook: