Yang Tse
df6373a9e6
Another step towards detecting if _REENTRANT is already defined or actually
...
needed, and being able to define it if appropriate for further configure tests
as well as for the generated config file.
Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros.
17 years ago
Yang Tse
d105ed6d59
Make sure that configure process tests are done with the same _REENTRANT
...
setting as the one actually used when finally building the library.
17 years ago
Yang Tse
4ef94e065f
Adjust DEC/Compaq C compiler settings
17 years ago
Yang Tse
7b0adfa38d
Adjust DEC/Compaq C compiler settings
17 years ago
Yang Tse
7dd6d7cbe1
Configure process now checks availability of recvfrom() socket function and
...
finds out its return type and the types of its arguments. Added definitions
for non-configure systems config files, and introduced macro sreadfrom which
will be used on udp sockets as a recvfrom() wrapper.
17 years ago
Yang Tse
6b84d9ff24
Initial DEC/Compaq C compiler detection and flags
17 years ago
Yang Tse
e5e2cd5659
Allow --enable-largefile and --disable-largefile configurations.
...
Configure process no longer needs nor checks size of curl_off_t.
Library will now be built with _REENTRANT symbol defined.
17 years ago
Yang Tse
371f63f73a
fix c-ares version reported in generated libcares.pc file when building
...
from CVS tree.
17 years ago
Yang Tse
13f4c3ea54
egrep and ar are also mandatory
17 years ago
Yang Tse
daa25aa705
The configure process will now halt when sed or grep are unavailable
17 years ago
Yang Tse
3e04944084
IBM C/C++ compiler predefined macro check
17 years ago
Yang Tse
83b7feb146
set earlier in configure process IBM compilers optimization flags
17 years ago
Yang Tse
8dc7f22b9a
Modified configuration script to actually verify if the compiler is good
...
enough at detecting compilation errors or at least it has been properly
configured to do so. Configuration heavily depends on this capability, so
if this compiler sanity check fails the configuration process will now fail.
17 years ago
Yang Tse
4ccd0a85b1
fix pkg-config reporting of private libraries needed for static linking
17 years ago
Yang Tse
d3bad80edd
update several macros using AC_TRY_LINK with AC_LINK_IFELSE
17 years ago
Yang Tse
f209547d0f
if WINSOCK2 API is used link with 'ws2_32', else
...
if WINSOCK API is used under WinCE link with 'winsock', else
if WINSOCK API is used link with 'wsock32'.
17 years ago
Yang Tse
0458805686
on winsock systems linking is done using library 'ws2_32' when
...
winsock2.h is available, and library 'winsock' is used when only
winsock.h is available.
17 years ago
Yang Tse
9fe8db39d1
minor change for wince-cegcc and wince-mingw32ce support
17 years ago
Yang Tse
7b24a70d51
skip checks for Windows specific header files
...
when build target is not a native Windows one
17 years ago
Yang Tse
d57416b7f5
skip libtool C++ preprocessor compiler and linker checks
17 years ago
Yang Tse
e8603c5bee
configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only
...
when function clock_gettime() is available and the monotonic timer is
also available. Otherwise, in some cases, librt or libposix4 could be used
for linking even when finally not using the clock_gettime() function due
to lack of the monotonic clock.
17 years ago
Yang Tse
22e6a8199f
Add library checking for clock_gettime() support
17 years ago
Yang Tse
0848b4fdaa
Use monotonic time source if available.
17 years ago
Daniel Stenberg
fd5fdecf30
Removed AC_PROG_CC_STDC again. It enforces C99/gnu99 stdandard which is too
...
liberal for me. Also, autoconf 2.61 and earlier doesn't work with icc 10.1
for this macro. (2.62 confirmed to work though). See discusson on the mailing
list starting here:
http://daniel.haxx.se/projects/c-ares/mail/c-ares-archive-2008-05/0001.shtml
17 years ago
Daniel Stenberg
7829b79768
check for strings.h in configure and use it for the strcasecmp() proto
17 years ago
Daniel Stenberg
3994a0be7f
- Doug Goldstein provided a configure patch: updates autoconf 2.13 usage to
...
autoconf 2.57 usage (which is the version you have specified as the minimum
version). It's a minor change but it does clean up some warnings with newer
autoconf (specifically 2.62).
17 years ago
Yang Tse
ad046ba239
Force AIX xlc to fail and not generate object code if the source code has
...
compiled with errors. This behaviour is needed for autoconf macros which
rely on the ability to compile with or without errors, and is safer than
xlc's default of failing only upon severe errors.
17 years ago
Daniel Stenberg
03431e22b2
when building
17 years ago
Daniel Stenberg
dc0e93d89e
Brad Spencer fixed the configure script to assume that there's no
...
/dev/urandom when built cross-compiled as then the script cannot check for
it.
17 years ago
Daniel Stenberg
e13018f437
Remove the check for libdl since that isn't actually used and it causes
...
warnings. Pointed out by Robin Cornelius.
17 years ago
Yang Tse
746b3d7acc
Fix message shown when detecting icc version
17 years ago
Yang Tse
b8a1ea0e83
Fix compiler warning: feupdateenv is not implemented and will always fail.
...
Specifically for linux x86-64 with Intel's icc.
17 years ago
Yang Tse
68aa62d76b
check availability of <netinet/tcp.h>
17 years ago
Daniel Stenberg
bebef9e940
added initial pkg-config file (attempt)
18 years ago
Gunter Knauf
ccf47928b8
add test for gettimeofday() so that HAVE_GETTIMEOFDAY gets defined.
18 years ago
Gunter Knauf
c58612ba12
added check for sys/param.h.
18 years ago
Daniel Stenberg
49fdeb1de4
first take at detecting a random device and seeding the random key using data
...
from it in randomize_key()
18 years ago
Yang Tse
207cde73e2
show better description for AMD64-linux static libraries PIC check
18 years ago
Yang Tse
1aadb5e290
fix test leftover in previous commit
18 years ago
Yang Tse
d8bc20eb43
force libtool to build static libraries with PIC on AMD64
18 years ago
Yang Tse
2077aa0859
Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way that
...
it fails if the macro that is being undefined is not already defined. To
make this work under all cases and be sure that at a certain point some
specific macro isn't defined we must use the following style in configure:
m4_ifdef([macro], [m4_undefine([macro])])
18 years ago
Dan Fandrich
fd68050fae
Autoconf 2.57 didn't like these m4_undefine for some reason (probably a bug).
...
Luckily, they weren't needed.
18 years ago
Yang Tse
3081021d88
skip libtool C++ and Fortran linker checks
18 years ago
Yang Tse
8449df4bd8
skip libtool C++ and Fortran checks
18 years ago
Yang Tse
7c76875958
include <sys/types.h> when checking availability of the bool type
18 years ago
Yang Tse
915e774a42
Check for stdbool.h at configuration stage, and include it if available.
...
Check for lowercase 'bool' type at configuration stage. If not available
provide a suitable replacement with a type definition of 'unsigned char'
in setup_once.h
Move definitions of TRUE and FALSE to setup_once.h
18 years ago
Yang Tse
0d8bf01d91
avoid using funtion isblank() and just use our ISBLANK
...
macro to provide this functionality on all platforms
18 years ago
Yang Tse
902d0283b7
check for isblank() at configuration stage. If not available
...
provide a suitable replacement for use in our ISBLANK macro
18 years ago
Yang Tse
5d5bf03803
use macro AC_AIX to define `_ALL_SOURCE', if on AIX.
18 years ago
Yang Tse
6fa6ac89b4
use same AIX XLC compiler options as curl's
18 years ago