mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
Get the path to prefix right: needs a ../ to back out of subdirectory
c/.
This commit is contained in:
parent
d459daa1f7
commit
1b01b6d60b
@ -54,7 +54,7 @@ fi
|
||||
|
||||
# Where the tool is installed.
|
||||
# default is relative path to installed location of the tools
|
||||
prefix="${prefix:-${prefix_relto_examplesdir}}"
|
||||
prefix="${prefix:-../${prefix_relto_examplesdir}}"
|
||||
PARALLEL=@PARALLEL@ # Am I in parallel mode?
|
||||
AR="@AR@"
|
||||
RANLIB="@RANLIB@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user