summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Šimerda <pavlix@pavlix.net>2018-01-03 22:43:38 +0100
committerThomas Haller <thaller@redhat.com>2018-01-10 11:01:46 +0100
commita967a5be10c3ec285dc3490df406c8fec6787338 (patch)
treeadd1ffe03d41f722b84795134caf4e1c70fe25c9
parent97f06c3a6d7c984b3bc0f61dcf2885fed7a948c7 (diff)
downloadNetworkManager-a967a5be10c3ec285dc3490df406c8fec6787338.tar.gz
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.
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
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"