Alexandre Julliard
|
3200c02b9c
|
Don't bother checking for the errno function, simply define all of
them.
|
2003-04-02 23:27:46 +00:00 |
Alexandre Julliard
|
5537dbbf40
|
Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard
AC_CHECK_MEMBERS. Added check for si_fd in siginfo_t.
|
2003-03-28 00:36:12 +00:00 |
Alexandre Julliard
|
05783b55e0
|
Added WINE_CHECK_DEFINE macro to factor out some repeated code.
|
2002-12-11 00:21:55 +00:00 |
Alexandre Julliard
|
520852c769
|
Don't make the ac_asm function wrapper static to prevent it from being
optimized out.
|
2002-08-07 00:04:44 +00:00 |
Alexandre Julliard
|
1d8d0171bb
|
Install the aclocal macros for use by Winelib apps.
|
2002-08-02 19:34:21 +00:00 |
Alexandre Julliard
|
84555cc771
|
Generate the __ASM_NAME and __ASM_FUNC macros directly from
configure.
Simplified the WINE_TRY_ASM_LINK test.
Moved DECL_GLOBAL_CONSTRUCTOR to wine/port.h.
|
2002-07-22 20:51:02 +00:00 |
Alexandre Julliard
|
5fb46a49b3
|
Fixed quoting in WINE_TRY_ASM_LINK macro.
|
2002-07-20 20:08:31 +00:00 |
Alexandre Julliard
|
770c33f68e
|
Hopefully more portable errno check.
|
2002-07-01 18:39:26 +00:00 |
Alexandre Julliard
|
df234a9f9f
|
Added check for ln.
|
2002-05-22 02:10:39 +00:00 |
Alexandre Julliard
|
67e8dc6861
|
Added configure check for the soname of libraries that we load
dynamically. Added a few other configure macros, and moved all macros
into aclocal.m4.
|
2002-05-20 18:29:58 +00:00 |