From: Mathieu Desnoyers Date: Tue, 29 Nov 2011 20:28:19 +0000 (-0500) Subject: Apply autoupdate to configure.ac X-Git-Tag: v2.0-pre15~60^2~1 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=d46482f0d99e57f36acf503ed260ca222421245d Apply autoupdate to configure.ac Signed-off-by: Mathieu Desnoyers --- 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"