boinc/m4
Eric J. Korpela 0e47fe1fa6 -Unfortunately on some 32 bit systems there is a problem with wx-widgets
configuring itself for largefile support.  On these systems largefile
     support breaks C++ compiles by defining away many of the C standard library
     routines that should reside in namespace std::.  In order to get around
     problem first we have to check the largefile support macros.  Later we will
     use the macro SAH_LARGEFILE_BREAKS_CXX to check for the breakage.  If
     if breakage is found LARGEFILE_BREAKS_CXX is defined in config.h.  This
     define is checked in std_fixes.h and the appropriate functions are defined
     in order to solve the problem. (These functions were already in place)
     Because these defines affect the behavior of standard library headers,
     std_fixes.h is being included from config.h
    -Added AM_CPPFLAGS, AM_CFLAGS, and AM_CXXFLAGS (for flags common to all
     compiles) so they will be defined in all Makefile.am files.
    -Put #ifdef _cplusplus around the C++ specific items in std_fixes.h so it
     may be included from C source files.

svn path=/trunk/boinc/; revision=5375
2005-02-09 19:39:04 +00:00
..
.cvsignore - Fixed autoconf/automake build process so that it works correctly 2004-11-26 17:45:13 +00:00
Makefile.am - Fixed autoconf/automake build process so that it works correctly 2004-11-26 17:45:13 +00:00
acx_pthread.m4 - Fixed autoconf/automake build process so that it works correctly 2004-11-26 17:45:13 +00:00
ax_check_gl.m4 - Fixed autoconf/automake build process so that it works correctly 2004-11-26 17:45:13 +00:00
ax_check_glu.m4 - Fixed autoconf/automake build process so that it works correctly 2004-11-26 17:45:13 +00:00
ax_check_glut.m4 - Fixed autoconf/automake build process so that it works correctly 2004-11-26 17:45:13 +00:00
ax_lang_compiler_ms.m4 - Fixed autoconf/automake build process so that it works correctly 2004-11-26 17:45:13 +00:00
kc_mysql.m4 - Fixed autoconf/automake build process so that it works correctly 2004-11-26 17:45:13 +00:00
sah_grx.m4 *** empty log message *** 2003-10-01 18:19:29 +00:00
sah_header_stdcxx.m4 - Fixed autoconf/automake build process so that it works correctly 2004-11-26 17:45:13 +00:00
sah_largefile_breaks_cxx.m4 -Unfortunately on some 32 bit systems there is a problem with wx-widgets 2005-02-09 19:39:04 +00:00
sah_namespace.m4 Added checked macro files into boinc 2003-12-11 18:38:24 +00:00
wxWidgets.m4 Put acinclude.m4 into m4/ subdirectory and renamed wxWidgets. 2004-11-19 13:57:40 +00:00