mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-27 05:40:07 +01:00
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:
parent
592caa6106
commit
825644803c
1 changed files with 3 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue