updated examples to new libt2n version: find -name configure.in|xargs sed -i 's,LIBT2...
authorJens Thiele <jens.thiele@intra2net.com>
Wed, 14 Feb 2007 11:00:57 +0000 (11:00 +0000)
committerJens Thiele <jens.thiele@intra2net.com>
Wed, 14 Feb 2007 11:00:57 +0000 (11:00 +0000)
examples-codegen/example1/configure.in
examples-codegen/example2/configure.in

index 3faaa18..e578787 100644 (file)
@@ -5,6 +5,6 @@ AC_PROG_CXX
 AM_PROG_LIBTOOL
 
 dnl check for libt2n (library and code generator)
-LIBT2N_CHECK(libt2n = 0.1)
+LIBT2N_CHECK(libt2n = 0.2)
 
 AC_OUTPUT(Makefile)
index bc325af..0e9473f 100644 (file)
@@ -6,6 +6,6 @@ AC_LANG_CPLUSPLUS
 AC_PROG_CXX
 AM_PROG_LIBTOOL
 
-LIBT2N_CHECK(libt2n = 0.1)
+LIBT2N_CHECK(libt2n = 0.2)
 
 AC_OUTPUT(Makefile)