aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2004-02-19If --enable-debug is used and gcc, we figure out which version and then weDaniel Stenberg
use as aggressive warning options as possible for the used compiler version.
2004-02-15Andrés García added a check for lwinmm for Mingw/sysDaniel Stenberg
2004-02-12If no nroff tool is found, or if no command line switch to nroff that convertsDaniel Stenberg
a man page to text is found, we disable the built-in manual stuff to still be able to build.
2004-02-12added --enable/disable-manualDaniel Stenberg
2004-02-11Andrés García's additional fix to make the OpenSSL stuff work for msys/mingwDaniel Stenberg
2004-02-06Rewrote the gethostbyname() check after Andrés García's provided patchDaniel Stenberg
for finding it using mingw on windows. I also made the script skip the search for gethostbyname_r and gethostbyaddr_r when ipv6 is enabled.
2004-02-05An attempt to only set both libz-related defines at the same time. We needDaniel Stenberg
both the lib and the header present for both defines to be set. If only one of the files is found, we issue a warning and set no define.
2004-02-05when using --enable-debug and gcc, provide the -Wno-format-nonliteral optionDaniel Stenberg
to prevent the warning in mprintf.c: (currently line 930) "format not a string literal, argument types not checked"
2004-02-03link with libcares instead of libaresDaniel Stenberg
2004-02-02try to figure out if -man or -mandoc works to get text with the NROFFDaniel Stenberg
utility
2004-01-29check for sys/ioctl.h as wellDaniel Stenberg
added commented more aggressive compiler options for gcc, subject to be used instead of the current ones when --enable-debug is used
2004-01-22Instead of checking the off_t size, we use the source dir version of theDaniel Stenberg
curl.h header and then check for the size of the curl_off_t type.
2004-01-15check for limits.h as wellDaniel Stenberg
2004-01-08fixed the LDFLAGS creation for the SPNEGO optionDaniel Stenberg
2004-01-07updated year in the copyright stringDaniel Stenberg
2003-12-15We cannot 'cd' to the ares build dir to get the path, as the directory hasn'tDaniel Stenberg
been created at this point yet when we build outside of the source dir.
2003-12-11if there is an 'ares' subdirectory when configure is run with --enable-aresDaniel Stenberg
(without a given path), we run configure automatically in that subdir
2003-12-10check for strtoll(), for the upcoming >2GB patchDaniel Stenberg
2003-12-10check for assert.hDaniel Stenberg
2003-12-10Dominick Meglio made --enable-ares support an option =PATH to specify aDaniel Stenberg
root path to an installed ares.
2003-12-08no need to add -lz to LDFLAGS manually, as AC_CHECK_LIB() does thatDaniel Stenberg
automatically!
2003-12-08curl-config now shows asyncdns if built with ares enabledDaniel Stenberg
2003-12-02that MSG_NOSIGNAL check serves no useful purpose!Daniel Stenberg
2003-12-02renamed the KRB4 to HAVE_KRB4Daniel Stenberg
2003-12-02check for MSG_NOSIGNALDaniel Stenberg
2003-11-27Markus Moeller fixed the SPNEGO check and it nows defines HAVE_SPNEGODaniel Stenberg
2003-11-17Maciej W. Rozycki made this script use a cache variable for the writableDaniel Stenberg
argv test. This way, the default can be overridden better (for cross-compiles etc)
2003-10-30Check for siginterrupt, used by the test suite web server sws.Daniel Stenberg
2003-10-24Based on David Hull's fix in bug report 804599, we now check for solarisDaniel Stenberg
and gcc, to set the -mimpure-text link flag for linking the lib better.
2003-10-09removed creation of tests/server/config.hDaniel Stenberg
2003-10-07check for inet_pton()Daniel Stenberg
2003-10-02James MacMillan's patch makes curl build on QNC 6.2.x.Daniel Stenberg
2003-09-21find and detect the Heimdal GSSAPI include path properlyDaniel Stenberg
2003-09-19Markus Moeller's SPNEGO patch applied, with my edits, additions and minorDaniel Stenberg
cleanups.
2003-09-05--enable-thread was broken and this should cure itDaniel Stenberg
Kevin Fisk reported.
2003-08-19when --enable-debug is used to set debug options with gcc, use -Wno-long-longDaniel Stenberg
to inhibit long long warnings (ISO C90 does not support `long long')
2003-08-19check for CRYPTO_cleanup_all_ex_data as wellDaniel Stenberg
2003-08-14check for long longDaniel Stenberg
changed the use of AC_CHECK_TYPE as the previous approach is deprecated require 2.57 properly
2003-08-11define USE_ARES nicer if enabledDaniel Stenberg
2003-08-05Add --enable-ares support, which will make us build curl with ares forDaniel Stenberg
asynch name resolves. Still very experimental, beware!
2003-07-30add a check for 'ar' since the lack of it bit Jared IngersollDaniel Stenberg
we might need to check for some other tools too that on Solaris are put in those weird dirs...
2003-07-25only check for CA bundle path if build with SSL supportDaniel Stenberg
set a conditional for the makefile if we know the CA path or not
2003-07-04Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly inDaniel Stenberg
the configure script. We set it differently now and generate the lib/ca-bundle.h file entirely.
2003-06-26moved from former CVSDaniel Stenberg
2003-06-12store HAVE_LIBZ as an automake conditionalDaniel Stenberg
2003-06-10Daniel Kouril's patch that adds HTTP negotiation support to libcurl wasDaniel Stenberg
added.
2003-05-21fix the makefile in packages/DOS tooDaniel Stenberg
2003-05-04the writable argv check now should not exit when building a cross-compiledDaniel Stenberg
curl
2003-04-06Ryan Weaver's fix to prevent the ca bundle to get installed even whenDaniel Stenberg
building curl without SSL support!
2003-03-26fixed the pkg-config stuff for rh9Daniel Stenberg