X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fconfigure.in;h=944bb0704d83b2452e286bde53f23bbca27bd96c;hb=1500e1512ad61fe65ada227dfc6282b5e5f104f3;hp=58a9386d11fd71381ebd50ff2947f322ddc87ce1;hpb=ab4933e6a2f4126c8d5292b3dfe49effdbb473ab;p=lttv.git diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 58a9386d..944bb070 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) #AC_WITH_LTDL # not needed ? -AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.1-21082004) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.4-02022005) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL @@ -31,6 +31,8 @@ AM_PATH_GLIB_2_0(2.4.0, ,AC_MSG_ERROR([glib is required in order to compile Linu 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 @@ -109,7 +114,17 @@ AC_CONFIG_FILES([Makefile lttv/modules/gui/controlflow/Makefile lttv/modules/gui/detailedevents/Makefile lttv/modules/gui/statistics/Makefile + lttv/modules/gui/filter/Makefile lttd/Makefile ltt/Makefile - ltt/convert/Makefile]) + ltt/convert/Makefile + doc/Makefile + doc/developer/Makefile + doc/developer/developer_guide/Makefile + doc/developer/developer_guide/docbook/Makefile + doc/developer/developer_guide/html/Makefile + doc/user/Makefile + doc/user/user_guide/Makefile + doc/user/user_guide/docbook/Makefile + doc/user/user_guide/html/Makefile]) AC_OUTPUT