Daniel Stenberg
f71b3f48a1
Replaced the former date parser with a rewrite. No more yacc/bison needed.
2004-09-15 07:28:04 +00:00
Daniel Stenberg
62ff567c47
the autobuilds failed all over on AIX, attempt to fix the strerror_r() problem
...
by setting _THREAD_SAFE (and -qthreaded) before strerror_r() is checked for.
2004-08-19 06:41:49 +00:00
Daniel Stenberg
62af3fb7b9
added a check for the xlc compiler on AIX, and if that is detect we use
...
the -qthreaded compiler option
2004-08-17 10:47:57 +00:00
Daniel Stenberg
db302a1055
define _THREAD_SAFE on (recent) AIX systems to build thread-safe code
2004-08-17 09:00:30 +00:00
Daniel Stenberg
498a0fe795
Removed the _XOPEN_SOURCE defining again since it caused major havoc in IRIX
...
land with many warnings and even compiler errors due to missing structs etc
2004-08-12 06:30:17 +00:00
Daniel Stenberg
9d84442409
define the _XOPEN_SOURCE define in the config.h file instead, and also added a
...
decent quote about the define, taken from
http://www.opengroup.org/onlinepubs/007908799/xsh/compilation.html
2004-08-11 07:25:08 +00:00
Daniel Stenberg
5ab9d72e45
fixed the default result for xopen and mimpure to work better
2004-08-11 07:14:34 +00:00
Daniel Stenberg
6060e7ed96
experimental code to detect mips-sgi-irix systems that build without gcc
...
and if so, define _XOPEN_SOURCE to 500 in an attempt to build with less
warnings (on the 64bit versions)
2004-08-11 07:11:35 +00:00
Daniel Stenberg
b55507c8a7
the krb4 stuff needs -lcom_err to link now, for some odd reason. This is
...
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.
2004-08-09 10:06:15 +00:00
Daniel Stenberg
d20a05161a
AM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used instead
2004-07-24 21:29:43 +00:00
Daniel Stenberg
e3fc0d5e78
refer bug reports to the mailing lists, not the old email alias
2004-07-22 22:22:29 +00:00
Daniel Stenberg
f633ab688b
commented out the check for gethostbyname_r() as we no longer use it
2004-06-29 11:22:39 +00:00
Daniel Stenberg
a7b99fc463
check for a fine poll() before it is used to sleep subsecond
2004-06-27 21:51:54 +00:00
Daniel Stenberg
20705ca311
set an automake conditional for if this is a cross-compile or not
2004-06-03 14:37:14 +00:00
Daniel Stenberg
4e7575fc7a
checl for the idn_free stuff to remain functionall even with older libidn
...
versions
2004-05-25 11:59:32 +00:00
Daniel Stenberg
d3d5cdf305
removed the warning if libidn isn't found
2004-05-06 15:05:23 +00:00
Daniel Stenberg
af43ce73e5
very minor output change
2004-05-06 15:04:04 +00:00
Daniel Stenberg
91018f4f24
AC_CHECK_TOOL is prolly better to use when checking for ar
2004-05-05 10:26:51 +00:00
Daniel Stenberg
3fc39a6efb
alert the user if 'sed' or 'ar' couldn't be found, as it might very well
...
render a build impossible
2004-05-05 09:17:53 +00:00
Daniel Stenberg
78e6508e22
check the size of size_t for lib/mprintf.c
2004-05-05 06:57:49 +00:00
Daniel Stenberg
96002646f1
without-libidn works too now
2004-04-27 12:08:53 +00:00
Daniel Stenberg
6bd02a3ab5
We now make sure to only scan for SSL options with pkg-config if we haven't
...
disabled SSL with --without-ssl. This previously made the Makefiles use
the SSL libs even though told not to.
2004-04-26 22:13:36 +00:00
Daniel Stenberg
cf3cf413c8
improved libidn detection to correct the false positives we got
2004-04-26 15:31:43 +00:00
Daniel Stenberg
673ff5eb2c
Moved down the ares check again to the bottom of the script since it
...
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!
2004-04-26 13:42:39 +00:00
Daniel Stenberg
cff90cf3f9
"configure summary"
2004-04-26 12:29:30 +00:00
Daniel Stenberg
241a4b3d45
--with-libidn[=PATH] is now supported
2004-04-26 07:08:36 +00:00
Daniel Stenberg
1bdc4b2006
updated the warning text when SSL is explicitly disabled
2004-04-25 15:23:23 +00:00
Daniel Stenberg
c8d850dbad
Only check that the c-ares lib is valid if we don't use the "embedded"
...
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.
2004-04-01 10:26:59 +00:00
Daniel Stenberg
01ea357744
When ares is enabled, we now check for the ares_cancel function to verify
...
that we use a library that is recent enough to build with the latest libcurl.
2004-04-01 09:10:33 +00:00
Daniel Stenberg
a2ea0abf7f
Added CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHSCOPEID exists and
...
works. No code actually uses the HAVE_NI_WITHSCOPEID (that a positive test
results in), but this is still only for testing purposes.
2004-03-30 10:35:54 +00:00
Daniel Stenberg
d85c21994f
netinet/tcp.h may require netinet/in.h to be include before
2004-03-29 06:22:57 +00:00
Daniel Stenberg
43137cf595
check for netinet/tcp.h precense before actually including it
2004-03-26 07:10:15 +00:00
Daniel Stenberg
593170d1de
get the version number from the new curlver.h header file
2004-03-25 16:03:41 +00:00
Daniel Stenberg
0eace2fefe
localtime and gmtime are not thread-safe on newer AIXes either so we force
...
a check for there *_r-versions too
2004-03-25 15:48:54 +00:00
Daniel Stenberg
abd65e21c6
force recent AIX versions to check for strerror_r
2004-03-25 15:10:01 +00:00
Daniel Stenberg
242be55771
added check for strerror_r()
2004-03-24 08:45:58 +00:00
Daniel Stenberg
81f8350616
For IRIX systems we must pick the "correct" lib dirs for the particular
...
libs we want. $libsuff is the magic variable that contains a suffix (which
might be blank). Tor Arntsen brought details and verified this fix.
2004-03-18 10:03:34 +00:00
Daniel Stenberg
f19cade50f
Added the new vms subdir in the packages dir
2004-03-15 10:10:24 +00:00
Daniel Stenberg
533519cc9c
Dan Fandrich fixed some GSS detection flaws
2004-03-03 09:16:36 +00:00
Daniel Stenberg
4fa58560bf
Moved most of the set-debug-options-depending-on-compiler logic to the new
...
CURL_CC_DEBUG_OPTS function in acinclude.m4
2004-02-25 10:19:02 +00:00
Daniel Stenberg
ea4cd4d8aa
-Wno-format-nonliteral does not exist in my gcc 2.96, only use that with
...
newer versions
2004-02-21 16:56:01 +00:00
Daniel Stenberg
a49bebc74e
Only use -Wstrict-prototypes with gcc 3.3 or later.
...
It is working with earlier versions, but when I use it with 3.0.3, I can't
get it to ignore errors in "system headers" with -isystem so we get
excessive amounts of warnings on SSL headers which is very annoying.
2004-02-20 10:11:50 +00:00
Daniel Stenberg
e295cd759c
-Wcast-align is a bit too annoying
2004-02-19 21:34:52 +00:00
Daniel Stenberg
a472cd9310
Anything that looks like gcc 5.0 or more is no longer treated as gcc. I hope
...
this will make us exclude icc 8.0 etc.
2004-02-19 21:32:19 +00:00
Daniel Stenberg
455b1af214
When --enable-debug is used, for every -I provided to $CPPFLAGS we add
...
a corresponding -isystem, if using gcc, to inhibit warnings on those
headers.
2004-02-19 19:25:11 +00:00
Daniel Stenberg
de37308722
if not yacc or bison is found, check if we *really* need it, and if we do
...
we bail out!
2004-02-19 15:58:58 +00:00
Daniel Stenberg
e7050f97c4
If --enable-debug is used and gcc, we figure out which version and then we
...
use as aggressive warning options as possible for the used compiler version.
2004-02-19 09:01:13 +00:00
Daniel Stenberg
3ec605de67
Andrés García added a check for lwinmm for Mingw/sys
2004-02-15 22:34:58 +00:00
Daniel Stenberg
773e7e871e
If no nroff tool is found, or if no command line switch to nroff that converts
...
a man page to text is found, we disable the built-in manual stuff to still
be able to build.
2004-02-12 15:05:38 +00:00
Daniel Stenberg
f3663a9d0f
added --enable/disable-manual
2004-02-12 14:45:50 +00:00