X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=7493f62be6a2541b2cce29ad830d4d925c36a36d;hb=6ae20f706f09cf8dba1fbad4a672ff7226c8d68a;hp=b62542287f6fbbaedf7421f288c849253c40eb22;hpb=fd5c0e6bf6497f2e31f369122fe3a834447f2dce;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index b6254228..7493f62b 100644 --- a/configure.ac +++ b/configure.ac @@ -319,6 +319,11 @@ PKG_CHECK_MODULES([URCU], [liburcu >= 0.12]) # Additional variables captured during ./configure AC_ARG_VAR([CLASSPATH], [Java class path]) +AC_ARG_VAR([JAVACFLAGS], [Java compiler flags]) +AC_ARG_VAR([JAVAC], [Java compiler]) +AC_ARG_VAR([JAVAFLAGS], [Java VM flags]) +AC_ARG_VAR([JAVA], [Java VM]) +AC_ARG_VAR([JAVAPREFIX], [prefix where Java runtime is installed]) ## ## @@ -380,9 +385,6 @@ AS_HELP_STRING([--with-lttng-system-rundir], [Location of the system directory w lttng_system_rundir="/var/run/lttng" ]) -# Add the java command line arguments like '--wit-java-prefix' -AX_JAVA_OPTIONS - ## ## ## Check for conflicting features selection ##