diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2011-05-04 16:41:19 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2011-05-04 16:41:19 (GMT) |
commit | be60cc1759b1b0907dd23962359077e1d54596c1 (patch) | |
tree | 47c6434305a0c3eb953b8dc3a89b1a6e15119a84 /fortran | |
parent | c847e38551cdd190d9e91158ecf01270003375a2 (diff) | |
download | hdf5-be60cc1759b1b0907dd23962359077e1d54596c1.zip hdf5-be60cc1759b1b0907dd23962359077e1d54596c1.tar.gz hdf5-be60cc1759b1b0907dd23962359077e1d54596c1.tar.bz2 |
[svn-r20719] Merge changes to scripts to run installed examples from hdf5 1.8.7 r 20718. The default prefix in the scripts will use the compile scripts in the installed bin directory.
Diffstat (limited to 'fortran')
-rwxr-xr-x | fortran/examples/run-fortran-ex.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/examples/run-fortran-ex.sh.in b/fortran/examples/run-fortran-ex.sh.in index 2ab4aef..873669f 100755 --- a/fortran/examples/run-fortran-ex.sh.in +++ b/fortran/examples/run-fortran-ex.sh.in @@ -33,8 +33,8 @@ EXIT_SUCCESS=0 EXIT_FAILURE=1 # Where the tool is installed. -# Note: no '/' after DESTDIR. Explanation in commence.am -prefix="${prefix:-${DESTDIR}@prefix@}" +# default is relative path to installed location of the tools +prefix="${prefix:-../../../}" PARALLEL=@PARALLEL@ # Am I in parallel mode? AR="@AR@" RANLIB="@RANLIB@" |