X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Fconfigure.in;h=58b7b4c313d18175bcbfafb8c412f39dbd28a04a;hb=6ebfde5e8e0decaefd71744536a7d5e30b911849;hp=90e12b0ffb7bc0419045e64d66d6223c8472dd74;hpb=388a40e919b4f45afc78aae141cfb33549bb0378;p=lttv.git diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 90e12b0f..58b7b4c3 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -22,6 +22,12 @@ 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) @@ -52,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}" @@ -67,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