m4/gl.m4


Log

Author Commit Date CI Message
sammy 1bb599e1 2008-07-11T13:01:46 * m4/gl.m4: GLU detection fixes, courtesy of Coleman Kane (fixes SF ticket #2007989). * AUTHORS: minor changes.
brlcad 98bae147 2008-05-05T13:14:38 don't need to check for glu if we have the mac opengl framework
brlcad ccef49b6 2008-05-04T03:55:24 test with LIBS instead of LDFLAGS but don't persist since that's done later
brlcad 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
brlcad ea4236d4 2008-05-03T17:21:25 have to quote the AC_MSG_ERROR else the exit code is screwed up
sammy 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.