From: Braden M. <br...@us...> - 2006-08-10 07:11:29
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11630 Modified Files: ChangeLog configure.ac Log Message: Fixed --disable-examples. (Removed lingering reference to lookat.) Index: configure.ac =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure.ac,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** configure.ac 26 Jul 2006 22:14:15 -0000 1.89 --- configure.ac 10 Aug 2006 07:11:26 -0000 1.90 *************** *** 260,264 **** # build examples # ! AC_ARG_ENABLE([lookat], [AC_HELP_STRING([--disable-examples], [do not build the example programs])]) --- 260,264 ---- # build examples # ! AC_ARG_ENABLE([examples], [AC_HELP_STRING([--disable-examples], [do not build the example programs])]) Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1305 retrieving revision 1.1306 diff -C2 -d -r1.1305 -r1.1306 *** ChangeLog 10 Aug 2006 06:57:44 -0000 1.1305 --- ChangeLog 10 Aug 2006 07:11:26 -0000 1.1306 *************** *** 1,4 **** --- 1,9 ---- 2006-08-10 Braden McDaniel <br...@en...> + * configure.ac: Fixed --disable-examples. (Removed lingering + reference to lookat.) + + 2006-08-10 Braden McDaniel <br...@en...> + * openvrml.spec.in: Package openvrml-config.h, openvrml-common.h, openvrml-gl-config.h, and openrml-gl-common.h. |