Added libt2n-gccxml.sh wrapper script to filter new, unknown gccxml -pthread option
[libt2n] / examples-codegen / example2 / configure.in
CommitLineData
208db683
JT
1AC_INIT(configure.in)
2
3AM_INIT_AUTOMAKE(libt2n-example2, 0.1)
4
5AC_LANG_CPLUSPLUS
6AC_PROG_CXX
7AM_PROG_LIBTOOL
8
1450c064 9LIBT2N_CHECK(libt2n >= 0.2)
208db683
JT
10
11AC_OUTPUT(Makefile)