X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2Fconfigure.in;h=9f6da862cc17722ca371fc7ef0a7df1def9d96e8;hp=fc39e9fdb8e840eef1a3171f2d0760985f9adcfe;hb=9ba85a0ef21b8424e7ab5e016768683d4ada252c;hpb=b1c1274c39db33e2827770798a0d045643f58b6c diff --git a/example-codegen/configure.in b/example-codegen/configure.in index fc39e9f..9f6da86 100644 --- a/example-codegen/configure.in +++ b/example-codegen/configure.in @@ -6,14 +6,6 @@ AC_LANG_CPLUSPLUS AC_PROG_CXX AM_PROG_LIBTOOL - -dnl: todo wrap this in a m4 macro? - -PKG_CHECK_MODULES(LIBT2N, libt2n = 0.1) -LIBT2N_CODEGEN=`$PKG_CONFIG --variable libt2n_codegen libt2n` -LIBT2N_DATADIR=`$PKG_CONFIG --variable libt2n_datadir libt2n` -LIBT2N_CLIENT_PCTEMPLATE="$LIBT2N_DATADIR/clientlib.pc.in" -AC_SUBST(LIBT2N_CODEGEN) -AC_SUBST(LIBT2N_CLIENT_PCTEMPLATE) +LIBT2N_CHECK(libt2n > 0.1) AC_OUTPUT(Makefile)