X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=243762ced438bf52c25918c116a6811e3c7b42be;hb=dd6c697c301980451ebef48313c7f679b028d878;hp=ead15307d1925efb042715c950adfbfc701e07e7;hpb=40c47a8d1650aa4349c735ab2ad670b74c44f353;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index ead15307..243762ce 100644 --- a/configure.ac +++ b/configure.ac @@ -55,6 +55,7 @@ AC_SYS_LARGEFILE AC_PROG_CC AC_PROG_CC_STDC AC_PROG_CXX +AX_CXX_COMPILE_STDCXX([11]) RW_PROG_CXX_WORKS AM_CONDITIONAL([CXX_WORKS], [test "x$rw_cv_prog_cxx_works" = "xyes"]) @@ -370,6 +371,7 @@ AS_IF([test "x$jni_interface" = "xyes" || test "x$java_agent_jul" = "xyes" || te AX_PROG_JAVAC AX_PROG_JAVA AX_PROG_JAR + AC_ARG_VAR([CLASSPATH], [Java class path]) AX_JNI_INCLUDE_DIR for JNI_INCLUDE_DIR in $JNI_INCLUDE_DIRS @@ -574,6 +576,7 @@ AC_CONFIG_FILES([ AC_CONFIG_LINKS([ python-lttngust/lttngust/agent.py:python-lttngust/lttngust/agent.py python-lttngust/lttngust/cmd.py:python-lttngust/lttngust/cmd.py + python-lttngust/lttngust/compat.py:python-lttngust/lttngust/compat.py python-lttngust/lttngust/debug.py:python-lttngust/lttngust/debug.py python-lttngust/lttngust/loghandler.py:python-lttngust/lttngust/loghandler.py ])