Added libt2n-gccxml.sh wrapper script to filter new, unknown gccxml -pthread option
[libt2n] / examples-codegen / example1-client-wrapper / configure.in
CommitLineData
393e7b70
GE
1AC_INIT(configure.in)
2AM_INIT_AUTOMAKE(libt2n-example1-client-wrapper, 0.1)
3AC_LANG_CPLUSPLUS
4AC_PROG_CXX
5AM_PROG_LIBTOOL
6
7dnl check for the client library
8PKG_CHECK_MODULES(T2NEXAMPLE, t2nexample = 0.1)
9
10AC_OUTPUT(Makefile)