X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=configure.in;h=1b30c42d272a1e8615a1354c87f7980b7715787f;hp=5086b6f501ef13cb43ea209fda412acb12309194;hb=2f0896ce9a4305c9538917492faf8c78fe7b9b1a;hpb=86c3b9abe80f01be882fdc84f601e65e056006bb diff --git a/configure.in b/configure.in index 5086b6f..1b30c42 100644 --- a/configure.in +++ b/configure.in @@ -32,13 +32,11 @@ LIBT2N_CFLAGS="-I\$(top_srcdir)/src @BOOST_CPPFLAGS@ @CPPUNIT_CFLAGS@ -I\$(top_s LIBT2N_LIBS="\$(top_builddir)/src/libt2n.la @BOOST_SERIALIZATION_LIB@ @BOOST_LDFLAGS@" LIBT2N_CODEGEN="\$(top_builddir)/codegen/libt2n-codegen" LIBT2N_CLIENT_PCTEMPLATE="\$(top_srcdir)/codegen/clientlib.pc.in" -LIBT2N_CODEGEN_MAKESNIPPET="include \$(top_srcdir)/codegen/codegen.make" AC_SUBST(LIBT2N_CFLAGS) AC_SUBST(LIBT2N_LIBS) AC_SUBST(LIBT2N_CODEGEN) AC_SUBST(LIBT2N_CLIENT_PCTEMPLATE) -AC_SUBST(LIBT2N_CODEGEN_MAKESNIPPET) dnl todo: do not create .pc file in configure but in make dnl see also autoconf manual "Installation Directory Variables"