Commit Graph

18 Commits

Author SHA1 Message Date
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Alexandre Julliard 30de3e8efe aclocal.m4: Avoid invalid characters in the cache variable name in WINE_GET_SONAME. 2006-03-10 21:24:05 +01:00
Alexandre Julliard 2d1a6274ee configure: Added a WINE_CHECK_LIB_FUNCS macro to check for functions
when linking with specific libraries.
2006-02-11 20:54:06 +01:00
Marcus Meissner 049b5943e6 Print first line of LDD output only. 2005-10-27 10:22:13 +00:00
Francois Gouget 4d801b66e6 Assorted spelling fixes. 2005-02-10 19:19:35 +00:00
Warren Baird 421e8b92cf Fix autoconf to have a new WINE_TRY_SHLIB_FLAGS function that tests if
the provided flags can be used to link a shared library.
Added test for building shared libs on HP-UX with gcc.
2004-09-22 19:17:55 +00:00
Pierre d'Herbemont 197b5e315f - strip support for darwin
- WINE_GET_SONAME support for darwin
2004-06-14 19:34:42 +00:00
Todd Vierling 47f021c4ed Make WINE_GET_SONAME work on NetBSD. 2003-07-26 20:27:47 +00:00
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