X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fconfigure.in;h=58b7b4c313d18175bcbfafb8c412f39dbd28a04a;hb=4371ee30a92c37fe9f8fcd23d5d14a526ec6e6fa;hp=43621d254bef03ce4cc9dfb259b4ceeeb91b69d9;hpb=fc17f7eb70be2555a6b1cf4444dd75a9058adfeb;p=lttv.git diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 43621d25..58b7b4c3 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -22,6 +22,16 @@ AC_CHECK_LIB([popt], [poptGetNextOpt], ,AC_MSG_ERROR([libpopt is required in ord AC_HEADER_STDC AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h]) +AC_ISC_POSIX +AC_PROG_CC +AM_PROG_CC_STDC +AC_HEADER_STDC + +pkg_modules="gtk+-2.0 >= 2.0.0" +PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) +AC_SUBST(PACKAGE_CFLAGS) +AC_SUBST(PACKAGE_LIBS) + # Checks for typedefs, structures, and compiler characteristics. AC_HEADER_STDBOOL AC_C_CONST @@ -48,7 +58,7 @@ AC_SUBST(lttlibdir) top_includedir="\$(top_srcdir)/include" AC_SUBST(top_includedir) -DEFAULT_INCLUDES="-I\$(top_includedir)" +DEFAULT_INCLUDES="-I\$(top_includedir) -I\$(top_srcdir)" AC_SUBST(DEFAULT_INCLUDES) #CPPFLAGS="${GLIB_CFLAGS}" @@ -63,6 +73,10 @@ AC_SUBST(lttincludedir) AC_CONFIG_FILES([Makefile lttv/Makefile lttv/modules/Makefile + lttv/modules/gui/Makefile + lttv/modules/gui/mainWin/Makefile + lttv/modules/gui/mainWin/src/Makefile + lttv/modules/gui/API/Makefile lttd/Makefile ltt/Makefile include/Makefile