[lttng-dev] [lttng-tools PATCH 2/3] Add libdir and bindir outputs to configure

Alexandre Montplaisir alexandre.montplaisir at gmail.com
Thu Jan 12 17:50:35 EST 2012


Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir at gmail.com>
---
 configure.ac |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7a4671b..1cd4034 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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()
-- 
1.7.8.3




More information about the lttng-dev mailing list