Small corrections. Compiles and builds.
[libt2n] / examples-codegen / example1 / configure.in
CommitLineData
208db683
JT
1AC_INIT(configure.in)
2AM_INIT_AUTOMAKE(libt2n-example1, 0.1)
3AC_LANG_CPLUSPLUS
4AC_PROG_CXX
5AM_PROG_LIBTOOL
6
7dnl check for libt2n (library and code generator)
1450c064 8LIBT2N_CHECK(libt2n >= 0.2)
208db683
JT
9
10AC_OUTPUT(Makefile)