ChangeSet ID: 1021919399452293505267338 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/05/20 13:29:59
Modified files: . : configure configure.ac dlls/gdi : freetype.c dlls/wineps : truetype.c dlls/x11drv : xrender.c include : config.h.in Added files: . : aclocal.m4
Log message: 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.
Patch: http://cvs.winehq.com/patch.py?id=1021919399452293505267338
Revision Changes Path 1.299 +374 -86 wine/configure 1.41 +51 -112 wine/configure.ac 1.1 +0 -0 wine/aclocal.m4 1.14 +6 -2 wine/dlls/gdi/freetype.c 1.16 +5 -1 wine/dlls/wineps/truetype.c 1.9 +14 -4 wine/dlls/x11drv/xrender.c 1.117 +12 -0 wine/include/config.h.in