Add libdir and bindir outputs to configure
authorAlexandre Montplaisir <alexandre.montplaisir@gmail.com>
Thu, 12 Jan 2012 22:50:35 +0000 (17:50 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 13 Jan 2012 19:01:39 +0000 (14:01 -0500)
Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir@gmail.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
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.")
 ])
 
        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()
 # If we build the sessiond, print the paths it will use
 AS_IF([test "x$consumerd_only" = "xno"],[
        AS_ECHO()
This page took 0.026101 seconds and 4 git commands to generate.