diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2011-04-15 22:08:30 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2011-04-15 22:08:30 (GMT) |
commit | 27a7f563f1d199bb6f38c12978981518ad445f92 (patch) | |
tree | 52737db97a4dd76d0dc9149f5e97d2690463dd6d /hl | |
parent | 48079fa0fa7c8274aa36d0f4f0ac82ade23e5b8c (diff) | |
download | hdf5-27a7f563f1d199bb6f38c12978981518ad445f92.zip hdf5-27a7f563f1d199bb6f38c12978981518ad445f92.tar.gz hdf5-27a7f563f1d199bb6f38c12978981518ad445f92.tar.bz2 |
[svn-r20530] Updated configure.in to check for a non-empty LL_PATH in addition to using szip before attempting to export LL_PATH as LD_LIBRARY_PATH in the examples and hl/examples Makefiles. This fixes a probelm that caused make install or installcheck on FreeBSD machines.
Tested on freedom and jam.
Diffstat (limited to 'hl')
-rw-r--r-- | hl/examples/Makefile.am | 2 | ||||
-rw-r--r-- | hl/examples/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hl/examples/Makefile.am b/hl/examples/Makefile.am index d1f67bc..fb0045f 100644 --- a/hl/examples/Makefile.am +++ b/hl/examples/Makefile.am @@ -91,7 +91,7 @@ ex_table10: $(srcdir)/ex_table10.c ex_table11: $(srcdir)/ex_table11.c ex_table12: $(srcdir)/ex_table12.c -if BUILD_SZIP_CONDITIONAL +if BUILD_SHARED_SZIP_CONDITIONAL export LD_LIBRARY_PATH=$(LL_PATH) endif diff --git a/hl/examples/Makefile.in b/hl/examples/Makefile.in index 0d65a6c..5c479ef 100644 --- a/hl/examples/Makefile.in +++ b/hl/examples/Makefile.in @@ -652,7 +652,7 @@ ex_table10: $(srcdir)/ex_table10.c ex_table11: $(srcdir)/ex_table11.c ex_table12: $(srcdir)/ex_table12.c -@BUILD_SZIP_CONDITIONAL_TRUE@export LD_LIBRARY_PATH=$(LL_PATH) +@BUILD_SHARED_SZIP_CONDITIONAL_TRUE@export LD_LIBRARY_PATH=$(LL_PATH) # How to create EXAMPLEDIR if it doesn't already exist $(EXAMPLEDIR): |