Add libdir and bindir outputs to configure
[lttng-tools.git] / configure.ac
index c7941a86e2ec1bd68f3c3841ae1f3aed53038b43..716e97865d8d6959f4075bf9299664b8f0827259 100644 (file)
@@ -183,6 +183,13 @@ AS_IF([test "x$consumerd_only" = "xyes"],[
        AS_ECHO("All binaries will be built.")
 ])
 
+# Print the bindir and libdir this `make install' will install into.
+AS_ECHO()
+AS_ECHO_N("Binaries will be installed in:  ")
+AS_ECHO("`eval eval echo $bindir`")
+AS_ECHO_N("Libraries will be installed in: ")
+AS_ECHO("`eval eval echo $libdir`")
+
 # If we build the sessiond, print the paths it will use
 AS_IF([test "x$consumerd_only" = "xno"],[
        AS_ECHO()
This page took 0.024185 seconds and 5 git commands to generate.