ChangeSet ID: 9936781210913031399250031 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/06/27 17:42:01
Modified files: . : Makefile.in configure configure.in include : config.h.in include/wine : port.h library : port.c loader : elf.c Removed files: include : acconfig.h
Log message: Put AC_DEFINE symbols definitions directly in the configure script so that we no longer need an acconfig.h. Cleaned up dlopen() tests a bit.
Patch: http://cvs.winehq.com/patch.py?id=9936781210913031399250031
Revision Changes Path 1.101 +0 -7 wine/Makefile.in 1.211 +424 -567 wine/configure 1.211 +71 -77 wine/configure.in 1.81 +111 -114 wine/include/config.h.in 1.14 +1 -1 wine/include/wine/port.h 1.14 +3 -6 wine/library/port.c 1.32 +0 -11 wine/loader/elf.c