X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=b73cf0f0e6c273f45be1ddf98954fc1fb3becc72;hb=d46482f0d99e57f36acf503ed260ca222421245d;hp=6a6dfac047bd3be7707839b2448a5a4102fc775b;hpb=0e636c80aae070dcb89850990053bf3711283340;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 6a6dfac04..b73cf0f0e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools], [2.0-pre14], [david.goulet@polymtl.ca], ,[http://lttng.org]) +AC_INIT([lttng-tools],[2.0-pre14],[david.goulet@polymtl.ca],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -118,7 +118,7 @@ AX_CONFIG_FEATURE( AM_CONDITIONAL([COMPAT_EPOLL], [ test "$enable_epoll" = "yes" ]) AC_PROG_CC -AC_PROG_LIBTOOL +LT_INIT CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing"