Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13682
Modified Files:
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.1482
retrieving revision 1.1483
diff -C2 -d -r1.1482 -r1.1483
*** ChangeLog 22 Apr 2007 09:09:33 -0000 1.1482
--- ChangeLog 26 Apr 2007 07:44:02 -0000 1.1483
***************
*** 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...>
|