kc3-lang/ftgl/m4

Branch :


Log

Author Commit Date CI Message
98bae147 2008-05-05 13:14:38 don't need to check for glu if we have the mac opengl framework
25a245db 2008-05-04 16: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-04 04:29:59 GLUT framework needs the OpenGL framework, use the same Xlinker hack for libtool
ccef49b6 2008-05-04 03:55:24 test with LIBS instead of LDFLAGS but don't persist since that's done later
d4047e1a 2008-05-04 03: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-03 17:21:25 have to quote the AC_MSG_ERROR else the exit code is screwed up
26da265c 2008-04-23 09: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-04 12: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.