Removed the generated ca-bundle.h file. The verbatim value of $ca and

$capath is known to configure, so it can be defined in config.h instead.
This commit is contained in:
Michal Marek
2008-03-31 12:09:43 +00:00
parent f1c69192da
commit d13be06aaa
13 changed files with 14 additions and 80 deletions

View File

@@ -9,21 +9,6 @@ SCRIPTDIR=`dirname "${0}"`
cd "${TOPDIR}/lib"
# Create ca-bundle.h file.
if action_needed "ca-bundle.h"
then echo "/* This file is generated automatically */" > ca-bundle.h
echo "#ifndef CURL_CA_BUNDLE" >> ca-bundle.h
if [ "${CABUNDLE}" ]
then echo '#define CURL_CA_BUNDLE @CURL_CA_BUNDLE@' >> ca-bundle.h
else echo '#undef CURL_CA_BUNDLE /* unknown */' >> ca-bundle.h
fi
echo "#endif" >> ca-bundle.h
fi
# Create and compile the identification source file.
echo '#pragma comment(user, "libcurl version '"${LIBCURL_VERSION}"'")' > os400.c