Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12837
Modified Files:
ChangeLog configure.ac
Log Message:
Generate the antlr-generated sources as part of the build rather than storing them in the repository. These changes should continue to include these generated files in release tarballs; so release tarball users will not need to have antlr installed.
Index: configure.ac
===================================================================
RCS file: /cvsroot/openvrml/openvrml/configure.ac,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** configure.ac 11 Aug 2005 22:50:13 -0000 1.81
--- configure.ac 4 Nov 2005 07:47:29 -0000 1.82
***************
*** 48,51 ****
--- 48,52 ----
OV_PROG_JAVAH
OV_PROG_JAR
+ OV_PROG_ANTLR
AC_ARG_VAR([DOXYGEN], [Doxygen documentation generator])
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1023
retrieving revision 1.1024
diff -C2 -d -r1.1023 -r1.1024
*** ChangeLog 3 Nov 2005 07:48:04 -0000 1.1023
--- ChangeLog 4 Nov 2005 07:47:29 -0000 1.1024
***************
*** 1,2 ****
--- 1,26 ----
+ 2005-11-04 Braden McDaniel <br...@en...>
+
+ Generate the antlr-generated sources as part of the build rather
+ than storing them in the repository. These changes should
+ continue to include these generated files in release tarballs;
+ so release tarball users will not need to have antlr installed.
+
+ * configure.ac: Call OV_PROG_ANTLR.
+ * m4/antlr: Added file. OV_PROG_ANTLR macro.
+ * src/libopenvrml/Makefile.am: Added make rules to build the
+ antlr-generated sources.
+ * src/libopenvrml/openvrml/Vrml97Parser.cpp: Removed file.
+ * src/libopenvrml/openvrml/Vrml97Parser.hpp: Removed file.
+ * src/libopenvrml/openvrml/Vrml97ParserTokenTypes.hpp: Removed
+ file.
+ * src/libopenvrml/openvrml/Vrml97ParserTokenTypes.txt: Removed
+ file.
+ * src/libopenvrml/openvrml/X3DVrmlParser.cpp: Removed file.
+ * src/libopenvrml/openvrml/X3DVrmlParser.hpp: Removed file.
+ * src/libopenvrml/openvrml/X3DVrmlParserTokenTypes.hpp: Removed
+ file.
+ * src/libopenvrml/openvrml/X3DVrmlParserTokenTypes.txt: Removed
+ file.
+
2005-11-03 Braden McDaniel <br...@en...>
|