X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fconfigure.in;h=cd36993b173e7c432bfe3bcf7ed27d42072ae93d;hb=92bd6e98c732cff37c9af1f6e8601f91bd0f53b3;hp=74d0d42dde7156028f4d9ef3e6eedfc42d9272f0;hpb=a521ac8f8134a60feadf4314d20325b1a6e970fa;p=lttv.git diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 74d0d42d..cd36993b 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -40,8 +40,8 @@ AC_CHECK_FUNCS([select]) lttvplugindir="${libdir}/lttv/plugins" AC_SUBST(lttvplugindir) -DEFAULT_INCLUDES="-I\$(top_srcdir)/include" -AC_SUBST(DEFAULT_INCLUDES) +#DEFAULT_INCLUDES="-I\$(top_srcdir)/include" +#AC_SUBST(DEFAULT_INCLUDES) lttvincludedir="${includedir}/lttv" AC_SUBST(lttvincludedir) @@ -54,5 +54,5 @@ AC_CONFIG_FILES([Makefile lttv/plugins/Makefile lttv/plugins/exemples/Makefile lttd/Makefile - LibLTT/Makefile]) + ltt/Makefile]) AC_OUTPUT