From a967a5be10c3ec285dc3490df406c8fec6787338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Wed, 3 Jan 2018 22:43:38 +0100 Subject: build: print missing configured directories Many of the configured directories default to being defined using existing directory configuration. As a result you usually don't see the actual directories that will be used. With the added directories you can at least assemble the information and thus see which directories will be used. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 141e07a390..8afebe4cc5 100644 --- a/configure.ac +++ b/configure.ac @@ -1370,6 +1370,10 @@ echo echo "System paths:" echo " prefix: $prefix" echo " exec_prefix: $exec_prefix" +echo " sysconfdir: $sysconfdir" +echo " localstatedir: $localstatedir" +echo " runstatedir: $runstatedir" +echo " datadir: $datadir" echo " systemdunitdir: $with_systemdsystemunitdir" echo " nmbinary: $nmbinary" echo " nmconfdir: $nmconfdir" -- cgit v1.2.1