From fc032aa713d772f2be385b746f3f15c4d9334c9d Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 6 Nov 2012 22:10:37 +0100 Subject: Update the sysconfdir default to non-absolute Make the settings path to be relative to $prefix, instead of absolute. And update the configure -help output to match the actual code. Change-Id: I71e4ad6e3db046fec95ef057ae7f7bc566bc5794 Reviewed-by: Sune Vuorela Reviewed-by: Lars Knoll --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index faf8a6d380..89246c8d7c 100755 --- a/configure +++ b/configure @@ -2844,7 +2844,7 @@ if [ -z "$QT_INSTALL_SETTINGS" ]; then #default if [ "$BUILD_ON_MAC" = "yes" ]; then QT_INSTALL_SETTINGS=/Library/Preferences/Qt else - QT_INSTALL_SETTINGS=/etc/xdg + QT_INSTALL_SETTINGS=$QT_INSTALL_PREFIX/etc/xdg fi fi QT_INSTALL_SETTINGS=`"$relpath/config.tests/unix/makeabs" "$QT_INSTALL_SETTINGS"` @@ -3044,7 +3044,7 @@ Installation options: -translationdir . Translations of Qt programs will be installed to (default DATADIR/translations) -sysconfdir ..... Settings used by Qt programs will be looked for in - (default PREFIX/etc/settings) + (default PREFIX/etc/xdg) -examplesdir .... Examples will be installed to (default PREFIX/examples) -testsdir ....... Tests will be installed to -- cgit v1.2.3