X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fconfigure.in;h=3721f58ab2e4228e69e8f03ae565dacd0fabb38b;hb=aafcf79006fab78105a65efa65fc6113e3b6b595;hp=00a5ae9b364d5259800d2825b2dd74da3f2fb50b;hpb=d7b45e739b4894081ff68a641ab1568983e01e6d;p=lttv.git diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 00a5ae9b..3721f58a 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -7,6 +7,7 @@ AM_INIT_AUTOMAKE(LinuxTraceToolkit,0.9.7-29052003) AC_CONFIG_HEADER([config.h]) AC_PROG_LIBTOOL AM_PROG_LIBTOOL +AM_CONFIG_HEADER # Checks for programs. AC_PROG_CC @@ -19,7 +20,7 @@ AC_CHECK_LIB([glib-2.0], [g_malloc]) # Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h]) +AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h glib-2.0/glib.h]) # Checks for typedefs, structures, and compiler characteristics. AC_HEADER_STDBOOL @@ -40,8 +41,12 @@ AC_CHECK_FUNCS([select]) lttvplugindir="${libdir}/lttv/plugins" AC_SUBST(lttvplugindir) -#DEFAULT_INCLUDES="-I\$(top_srcdir)/include" -#AC_SUBST(DEFAULT_INCLUDES) +lttlibdir="${libdir}/ltt" +AC_SUBST(lttlibdir) + + +DEFAULT_INCLUDES="-I\$(top_srcdir)/include" +AC_SUBST(DEFAULT_INCLUDES) lttvincludedir="${includedir}/lttv" AC_SUBST(lttvincludedir) @@ -55,7 +60,7 @@ AC_CONFIG_FILES([Makefile lttv/modules/gui/Makefile lttv/modules/text/Makefile lttv/plugins/Makefile - lttv/plugins/exemples/Makefile + lttv/plugins/examples/Makefile lttd/Makefile ltt/Makefile include/Makefile