replaced CODEGEN_ with XMLPP_
authorJens Thiele <jens.thiele@intra2net.com>
Tue, 28 Nov 2006 16:10:40 +0000 (16:10 +0000)
committerJens Thiele <jens.thiele@intra2net.com>
Tue, 28 Nov 2006 16:10:40 +0000 (16:10 +0000)
codegen/Makefile.am
codegen/TODO
configure.in

index 5fab309..e1120dd 100644 (file)
@@ -1,5 +1,5 @@
-INCLUDES = @CODEGEN_CFLAGS@
-LDADD = @CODEGEN_LIBS@
+INCLUDES = @XMLPP_CFLAGS@
+LDADD = @XMLPP_LIBS@
 
 codegen_SOURCES = main.cpp
 
index 41e2160..ac99f43 100644 (file)
@@ -1,4 +1,3 @@
-- configure.in sed s,CODEGEN,XMLPP, oder so
 - remove support for LIBT2N_EXPORT_GROUP(group) (this will simplify the generator a lot)
 - add option similar to gccs -MD (at the moment it is a fixed set of files generated and
   they are handled in the makefile)
index edcf792..967635f 100644 (file)
@@ -23,8 +23,8 @@ if test "x$BOOST_SERIALIZATION_LIB" = "x"; then
            exit 1
 fi
 
-PKG_CHECK_MODULES(CODEGEN, libxml++-2.6 >= 2.8.1)
-AC_SUBST(CODEGEN_CFLAGS)
-AC_SUBST(CODEGEN_LIBS)
+PKG_CHECK_MODULES(XMLPP, libxml++-2.6 >= 2.8.1)
+AC_SUBST(XMLPP_CFLAGS)
+AC_SUBST(XMLPP_LIBS)
 
 AC_OUTPUT(Makefile doc/Doxyfile doc/Makefile src/Makefile libt2n.pc libt2n.spec test/Makefile examples/Makefile codegen/Makefile example-codegen/Makefile)