summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-08-27 09:42:56 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-08-27 15:48:06 +1000
commit825644803c26d63d0515ce413c4587e02b5001ec (patch)
treedfe49ce605e6dab1877a5021f9a1f95a2c752f29
parent592caa61064b3e013a70f8b5ebca5a90f0065018 (diff)
downloadlibevdev-825644803c26d63d0515ce413c4587e02b5001ec.tar.gz
configure.ac: print prefix and libdir
When building for multiple prefixes from the same repo it's nice to see a reminder for what the current prefix is. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1fbdc23..4e971f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,6 +146,9 @@ AC_CONFIG_FILES([Makefile
AC_OUTPUT
AC_MSG_RESULT([
+ Prefix ${prefix}
+ Libdir ${libdir}
+
Build documentation ${have_doxygen}
Build unit-tests ${HAVE_CHECK}
Enable profiling ${enable_gcov}