diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2011-04-16 17:52:58 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2011-04-16 17:52:58 (GMT) |
commit | a99c68f3f9ac16df25d68a06947d92fcd0da220c (patch) | |
tree | 20d46aff1dc8a78e2b63e4f1632b051226122163 /configure | |
parent | 94c1e60ea84dfee632ee0d355bada11885ecbed5 (diff) | |
download | hdf5-a99c68f3f9ac16df25d68a06947d92fcd0da220c.zip hdf5-a99c68f3f9ac16df25d68a06947d92fcd0da220c.tar.gz hdf5-a99c68f3f9ac16df25d68a06947d92fcd0da220c.tar.bz2 |
[svn-r20534] Remove export from "export LD_LIBRARY_PATH=${LL_PATH}" in examples and hl/examples Makefiles. "export" breaks make install in Daily Tests on FreeBSD machines and isn't missed elsewhere.
Tested on amani, freedom, jam, koala, and loyalty.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 20521 2011-04-15 20:14:03Z acheng . +# From configure.in Id: configure.in 20531 2011-04-15 22:14:32Z nfortne2 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.68 for HDF5 1.8.7-snap2. # |