From 6fc5491a68f42ed9dc3d0ea32785b3a8620835d2 Mon Sep 17 00:00:00 2001 From: "Eric J. Korpela" Date: Fri, 16 Dec 2005 03:27:56 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=9074 --- checkin_notes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/checkin_notes b/checkin_notes index 6f05b0643a..e5c7df700e 100755 --- a/checkin_notes +++ b/checkin_notes @@ -14501,4 +14501,20 @@ Bruce 15 Dec 2005 +Eric K 15 Dec 2005 + - Added autoconf macro AX_WINSOCK for identifying winsock libs and + headers for support of command line compiles. Adds new configure + command line option --with-winsock to enable winsock if necessary w + here alternative socket libraries (sys/socket.h) exist. + - Modified BOINC_CHECK_CYGWIN to call AX_WINSOCK. + - Modified boinc_getsockopt.m4 to get correct type when winsock is used. + - Modified AX_CHECK_GLUT to find correct libraries when compiling under + windows from command line. + m4/ + ax_check_glut.m4 + boinc_check_cygwin.m4 + boinc_getsockopt.m4 + ax_winsock.m4 [NEW FILE ADDED] + configure.ac +