From: Braden M. <br...@us...> - 2007-03-05 08:21:08
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25281 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Added back mozincludedir substitution, which apparently got stomped on at some point. Its loss was disguised by mozilla-xpcom.pc adding flags for this directory; but as of firefox 1.5.0.10, mozilla-plugin.pc no longer depends on mozilla-xpcom.pc. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.131 retrieving revision 1.1310.2.132 diff -C2 -d -r1.1310.2.131 -r1.1310.2.132 *** ChangeLog 25 Feb 2007 02:36:59 -0000 1.1310.2.131 --- ChangeLog 5 Mar 2007 08:21:07 -0000 1.1310.2.132 *************** *** 1,2 **** --- 1,10 ---- + 2007-03-05 Braden McDaniel <br...@en...> + + * mozilla-plugin/configure.ac: Added back mozincludedir + substitution, which apparently got stomped on at some point. Its + loss was disguised by mozilla-xpcom.pc adding flags for this + directory; but as of firefox 1.5.0.10, mozilla-plugin.pc no longer + depends on mozilla-xpcom.pc. + 2007-02-24 Braden McDaniel <br...@en...> |