summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* When cross-compiling, the configure script no longer attempts to useDaniel Stenberg2004-11-011-2/+8
| | | | pkg-config on the build host in order to detect OpenSSL compiler options.
* Peter Wullinger pointed out that curl should call setlocale() properly toDaniel Stenberg2004-10-181-0/+2
| | | | initiate the specific language operations, to make the IDN stuff work better.
* If long long is supported, check if [num]LL is supported for numericalDaniel Stenberg2004-10-101-1/+14
| | | | constants.
* if basename was found, check for a prototype and if none was found, provideDaniel Stenberg2004-10-081-0/+10
| | | | our own in the formdata.c file to prevent warnings on systems without it
* check for tld_strerrorDaniel Stenberg2004-10-071-1/+1
|
* Dan Fandrich fix for hosts that need both -lnsl and -lsocketDaniel Stenberg2004-10-061-1/+1
|
* make the given path to --with-libidn override any other installationDaniel Stenberg2004-10-051-17/+22
|
* when building with libidn support, check for idna_strerror() which isDaniel Stenberg2004-10-031-1/+1
| | | | included in very recent versions
* - Based on Fedor Karpelevitch's formpost path basename patch, file parts inDaniel Stenberg2004-10-011-0/+2
| | | | | | | | | | | formposts no longer include the path part. If you _really_ want them, you must provide your preferred full file name with CURLFORM_FILENAME. Added detection for libgen.h and basename() to configure. My custom basename() replacement function for systems without it, might be a bit too naive... Updated 6 test cases to make them work with the stripped paths.
* made pkg-config not get used if a path is given with --with-sslDaniel Stenberg2004-09-281-27/+35
|
* Replaced the former date parser with a rewrite. No more yacc/bison needed.Daniel Stenberg2004-09-151-16/+0
|
* the autobuilds failed all over on AIX, attempt to fix the strerror_r() problemDaniel Stenberg2004-08-191-7/+8
| | | | by setting _THREAD_SAFE (and -qthreaded) before strerror_r() is checked for.
* added a check for the xlc compiler on AIX, and if that is detect we useDaniel Stenberg2004-08-171-0/+15
| | | | the -qthreaded compiler option
* define _THREAD_SAFE on (recent) AIX systems to build thread-safe codeDaniel Stenberg2004-08-171-0/+2
|
* Removed the _XOPEN_SOURCE defining again since it caused major havoc in IRIXDaniel Stenberg2004-08-121-24/+0
| | | | land with many warnings and even compiler errors due to missing structs etc
* define the _XOPEN_SOURCE define in the config.h file instead, and also added aDaniel Stenberg2004-08-111-1/+11
| | | | | decent quote about the define, taken from http://www.opengroup.org/onlinepubs/007908799/xsh/compilation.html
* fixed the default result for xopen and mimpure to work betterDaniel Stenberg2004-08-111-2/+2
|
* experimental code to detect mips-sgi-irix systems that build without gccDaniel Stenberg2004-08-111-0/+14
| | | | | and if so, define _XOPEN_SOURCE to 500 in an attempt to build with less warnings (on the 64bit versions)
* the krb4 stuff needs -lcom_err to link now, for some odd reason. This isDaniel Stenberg2004-08-091-1/+1
| | | | | possibly only on some platforms, but it happens on my Solaris 2.7 box and I don't know anyone else that regularly build curl with krb4 support.
* AM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used insteadDaniel Stenberg2004-07-241-1/+1
|
* refer bug reports to the mailing lists, not the old email aliasDaniel Stenberg2004-07-221-1/+1
|
* commented out the check for gethostbyname_r() as we no longer use itDaniel Stenberg2004-06-291-1/+1
|
* check for a fine poll() before it is used to sleep subsecondDaniel Stenberg2004-06-271-0/+25
|
* set an automake conditional for if this is a cross-compile or notDaniel Stenberg2004-06-031-0/+2
|
* checl for the idn_free stuff to remain functionall even with older libidnDaniel Stenberg2004-05-251-0/+3
| | | | versions
* removed the warning if libidn isn't foundDaniel Stenberg2004-05-061-1/+0
|
* very minor output changeDaniel Stenberg2004-05-061-1/+1
|
* AC_CHECK_TOOL is prolly better to use when checking for arDaniel Stenberg2004-05-051-1/+3
|
* alert the user if 'sed' or 'ar' couldn't be found, as it might very wellDaniel Stenberg2004-05-051-2/+12
| | | | render a build impossible
* check the size of size_t for lib/mprintf.cDaniel Stenberg2004-05-051-0/+1
|
* without-libidn works too nowDaniel Stenberg2004-04-271-4/+4
|
* We now make sure to only scan for SSL options with pkg-config if we haven'tDaniel Stenberg2004-04-261-34/+31
| | | | | disabled SSL with --without-ssl. This previously made the Makefiles use the SSL libs even though told not to.
* improved libidn detection to correct the false positives we gotDaniel Stenberg2004-04-261-0/+2
|
* Moved down the ares check again to the bottom of the script since itDaniel Stenberg2004-04-261-76/+71
| | | | | modified the compiler and link options so nothing can be tested for after this check, as the c-ares lib might not have been built yet!
* "configure summary"Daniel Stenberg2004-04-261-102/+148
|
* --with-libidn[=PATH] is now supportedDaniel Stenberg2004-04-261-0/+29
|
* updated the warning text when SSL is explicitly disabledDaniel Stenberg2004-04-251-1/+1
|
* Only check that the c-ares lib is valid if we don't use the "embedded"Daniel Stenberg2004-04-011-8/+12
| | | | | directory. The provided ares dir is probably up-to-date, but more importantly it is often not built yet at the time when this configure script runs.
* When ares is enabled, we now check for the ares_cancel function to verifyDaniel Stenberg2004-04-011-0/+22
| | | | that we use a library that is recent enough to build with the latest libcurl.
* Added CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHSCOPEID exists andDaniel Stenberg2004-03-301-0/+2
| | | | | works. No code actually uses the HAVE_NI_WITHSCOPEID (that a positive test results in), but this is still only for testing purposes.
* netinet/tcp.h may require netinet/in.h to be include beforeDaniel Stenberg2004-03-291-0/+3
|
* check for netinet/tcp.h precense before actually including itDaniel Stenberg2004-03-261-0/+1
|
* get the version number from the new curlver.h header fileDaniel Stenberg2004-03-251-2/+2
|
* localtime and gmtime are not thread-safe on newer AIXes either so we forceDaniel Stenberg2004-03-251-3/+11
| | | | a check for there *_r-versions too
* force recent AIX versions to check for strerror_rDaniel Stenberg2004-03-251-0/+11
|
* added check for strerror_r()Daniel Stenberg2004-03-241-0/+3
|
* For IRIX systems we must pick the "correct" lib dirs for the particularDaniel Stenberg2004-03-181-6/+6
| | | | | libs we want. $libsuff is the magic variable that contains a suffix (which might be blank). Tor Arntsen brought details and verified this fix.
* Added the new vms subdir in the packages dirDaniel Stenberg2004-03-151-0/+1
|
* Dan Fandrich fixed some GSS detection flawsDaniel Stenberg2004-03-031-2/+2
|
* Moved most of the set-debug-options-depending-on-compiler logic to the newDaniel Stenberg2004-02-251-64/+6
| | | | CURL_CC_DEBUG_OPTS function in acinclude.m4