summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure b/configure
index 52c1be265f..0c579b3e74 100755
--- a/configure
+++ b/configure
@@ -126,8 +126,8 @@ shellQuoteLines()
makeabs()
{
- local FILE=$1
- local RES=$FILE
+ local FILE="$1"
+ local RES="$FILE"
if [ -z "${FILE##/*}" ]; then
true
elif [ "$OSTYPE" = "msys" -a -z "${FILE##[a-zA-Z]:[/\\]*}" ]; then
@@ -2608,7 +2608,9 @@ Additional options:
-l <string> ........ Add an explicit library.
-no-rpath .......... Do not use the library install path as a runtime
- library path.
+ library path. On Apple platforms, this implies using
+ absolute install names (based in -libdir) for dynamic
+ libraries and frameworks.
+ -rpath ............. Link Qt libraries and executables using the library
install path as a runtime library path. Equivalent
to -R install_libpath