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>
This commit is contained in:
Peter Hutterer 2014-08-27 09:42:56 +10:00
parent 592caa6106
commit 825644803c

View 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}