X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fconfigure.in;h=944bb0704d83b2452e286bde53f23bbca27bd96c;hb=1500e1512ad61fe65ada227dfc6282b5e5f104f3;hp=587b6c69b7563e4d4e96ab0497614f142fe39582;hpb=f9cb2c9779d9e07f59d13eaa06efdb3b9f4f8972;p=lttv.git diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 587b6c69..944bb070 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -27,10 +27,12 @@ AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.4-02022005) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL -AM_PATH_GLIB_2_0(2.6.0, ,AC_MSG_ERROR([glib is required in order to compile LinuxTraceToolkit - download it from ftp://ftp.gtk.org/pub/gtk]) , gmodule) +AM_PATH_GLIB_2_0(2.4.0, ,AC_MSG_ERROR([glib is required in order to compile LinuxTraceToolkit - download it from ftp://ftp.gtk.org/pub/gtk]) , gmodule) AM_PATH_GTK_2_0(2.4.0, ,AC_MSG_ERROR([gtk is required in order to compile GUI - download it from ftp://ftp.gtk.org/pub/gtk]) , gmodule) +AC_SYS_LARGEFILE + # Checks for programs. AC_PROG_CC @@ -50,6 +52,7 @@ AC_HEADER_STDC pkg_modules="gtk+-2.0 >= 2.0.0" PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) +PACKAGE_CFLAGS="-Wall -Wformat" AC_SUBST(PACKAGE_CFLAGS) AC_SUBST(PACKAGE_LIBS) @@ -98,6 +101,8 @@ AC_SUBST(lttvincludedir) AC_SUBST(lttvwindowincludedir) AC_CONFIG_FILES([Makefile + libltt/Makefile + lttctl/Makefile lttv/Makefile lttv/lttv/Makefile lttv/modules/Makefile