X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2Fconfigure.in;h=4afd1be34ec3ec79a6aaa0ca9a0bbfdd9501d0bf;hp=fc39e9fdb8e840eef1a3171f2d0760985f9adcfe;hb=ed4d3113311e6474d0f8b3ed94894284c6a3ea0e;hpb=d37ba346490f74d11dbd2e676d6968b2cb46af8c diff --git a/example-codegen/configure.in b/example-codegen/configure.in index fc39e9f..4afd1be 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)