|
f317cabc
|
2011-05-21T09:51:56
|
|
build: use case/esac instead of AS_CASE to avoid depending on a newer
version of autoconf.
|
|
85970bd3
|
2010-10-06T22:18:52
|
|
merge from brl-cad upstream in order to support cross-compilation (mingw efforts by Chris Thielen)
|
|
9a13e4f8
|
2010-09-28T19:01:23
|
|
implement a quick check for __FUNCTION__ and __func__ based on whether the compiler can actually use one or the other at runtime. cache the checks and provide __FUNC__ for use via FTGL_CPP_FUNC.
|
|
88a14241
|
2010-09-28T18:34:20
|
|
add the compiler macros from BRL-CAD (http://brlcad.org) so we can use BC_COMPILER_AND_LINKER_RECOGNIZES() to conditionalize the testing of various compiler flags. this supports sf patch submission 3077204 from Dagobert Michelsen (dmichelsen), at least his first (0001) of four patches, that makes the build work with the Sun Solaris compiler.
|
|
1e872ad5
|
2010-05-23T19:20:26
|
|
Fix GL and GLU library detection on the mingw32 platform. Fix from SF user
LRN, from SF patch #2993331.
|
|
0c437663
|
2010-05-23T13:14:50
|
|
Fix build on Leopard, caused by linker changes. Fixes SF bug #2082843.
|
|
1bb599e1
|
2008-07-11T13:01:46
|
|
* m4/gl.m4: GLU detection fixes, courtesy of Coleman Kane (fixes SF
ticket #2007989).
* AUTHORS: minor changes.
|
|
50444562
|
2008-06-03T12:22:45
|
|
* Multiline sed scripts won't work very well on Cygwin. Falling back to
two piped sed calls instead.
|
|
39428dc1
|
2008-05-30T04:07:23
|
|
push jwmelto's fix for the sed script error back upstream into ftgl
|
|
1bd31b76
|
2008-05-28T06:05:38
|
|
merge freetype.m4 update from downstream bzflag, which is in turn from latest freetype2 sources albeit modified to not abort on failure to find the freetype-config script.
|
|
877c49de
|
2008-05-12T14:25:45
|
|
* Use fontconfig to find fonts on the system.
|
|
56376414
|
2008-05-12T14:10:05
|
|
* Add an m4 check to look for a font file on the system.
|
|
98bae147
|
2008-05-05T13:14:38
|
|
don't need to check for glu if we have the mac opengl framework
|
|
25a245db
|
2008-05-04T16:24:45
|
|
revert the r1027 changes related to PKG_CHECK_MODULES. provide the macro via the pkg.m4 script but still don't abort if it's not found.
|
|
b14c5cd1
|
2008-05-04T04:29:59
|
|
GLUT framework needs the OpenGL framework, use the same Xlinker hack for libtool
|
|
ccef49b6
|
2008-05-04T03:55:24
|
|
test with LIBS instead of LDFLAGS but don't persist since that's done later
|
|
d4047e1a
|
2008-05-04T03:13:43
|
|
fix the gl/glut tests so that they also work on mac os x where libraries are specified through frameworks instead of libs. libtool 1.5 and earlier are unfortunately have busted behavior with -no-undefined libraries as it strips off unrecognized options, hence the use of -Xlinker
|
|
ea4236d4
|
2008-05-03T17:21:25
|
|
have to quote the AC_MSG_ERROR else the exit code is screwed up
|
|
26da265c
|
2008-04-23T09:51:14
|
|
* Check for <GL/glut.h> and <GLUT/glut.h> during the configure step instead
of guessing their location at build time.
|
|
9f978b91
|
2008-04-04T12:21:46
|
|
* Big build system overhaul. Autotools-generated files are no longer stored
in SVN, the bootstrap script is more tolerant with odd installations, all
makefiles are a lot shorter.
|