From 5fb528f1fdb74ddc70706a1c786efa2debe7bf16 Mon Sep 17 00:00:00 2001 From: Alexandre Montplaisir Date: Thu, 12 Jan 2012 17:50:35 -0500 Subject: [PATCH] Add libdir and bindir outputs to configure Signed-off-by: Alexandre Montplaisir Signed-off-by: David Goulet --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure.ac b/configure.ac index c7941a86e..716e97865 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() -- 2.34.1