From 825644803c26d63d0515ce413c4587e02b5001ec Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 27 Aug 2014 09:42:56 +1000 Subject: [PATCH] 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 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) 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} -- 2.7.4