configure.ac: print prefix and libdir
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 26 Aug 2014 23:42:56 +0000 (09:42 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 27 Aug 2014 05:48:06 +0000 (15:48 +1000)
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>
configure.ac

index 1fbdc23..4e971f9 100644 (file)
@@ -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}