From: Braden M. <br...@us...> - 2007-04-26 07:43:48
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13648 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Calls to AM_PATH_GLIB_2_0 and AM_PATH_GTK_2_0 aren't doing anything useful; actual dependency checking and definition of substitution variables happens using pkg-config. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.157 retrieving revision 1.1310.2.158 diff -C2 -d -r1.1310.2.157 -r1.1310.2.158 *** ChangeLog 22 Apr 2007 09:09:15 -0000 1.1310.2.157 --- ChangeLog 26 Apr 2007 07:43:44 -0000 1.1310.2.158 *************** *** 1,2 **** --- 1,9 ---- + 2007-04-26 Braden McDaniel <br...@en...> + + * lib/gtkglext/configure.in: Calls to AM_PATH_GLIB_2_0 and + AM_PATH_GTK_2_0 aren't doing anything useful; actual dependency + checking and definition of substitution variables happens using + pkg-config. + 2007-04-22 Braden McDaniel <br...@en...> |