X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=9ad1135b7688bbb8358a6abe9fe04439d5da6875;hb=6c12303e61c3e246ba4b1d3a37925dea53b0b93a;hp=e3c8d07191aa0efcd93ef4396b6394a8345a4d0f;hpb=8c3919ea2dc77fdd47fb1c90e41490a20bb4d478;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index e3c8d0719..9ad1135b7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.0.1],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.0.4],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -159,12 +159,13 @@ AX_CONFIG_FEATURE( ) AM_CONDITIONAL([COMPAT_EPOLL], [ test "$enable_epoll" = "yes" ]) +AC_SYS_LARGEFILE AC_PROG_CC LT_INIT CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing" -DEFAULT_INCLUDES="-I\$(top_srcdir) -I\$(top_builddir) -I\$(top_builddir)/src -I\$(top_builddir)/include" +DEFAULT_INCLUDES="-I\$(top_srcdir) -I\$(top_builddir) -I\$(top_builddir)/src -I\$(top_builddir)/include -include config.h" lttngincludedir="${includedir}/lttng"