summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-10-11 17:25:21 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-10-11 17:25:21 (GMT)
commit59a0d7d806c4363d062f53d38101b3a1cbe0e5d9 (patch)
tree05b07a4a86f78cb029fffdac165f1b626f1545ab /configure
parentec448f5702e86ab686f52dcdd8b22484e432d54b (diff)
downloadhdf5-59a0d7d806c4363d062f53d38101b3a1cbe0e5d9.zip
hdf5-59a0d7d806c4363d062f53d38101b3a1cbe0e5d9.tar.gz
hdf5-59a0d7d806c4363d062f53d38101b3a1cbe0e5d9.tar.bz2
[svn-r2667] Purpose:
Bug Fix Description: Broke on Arabica trying to export the SEARCH macro. Solution: Assigned to the SEARCH macro and then exported it. Platforms tested: Arabica.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 60b38d6..5f7d0d1 100755
--- a/configure
+++ b/configure
@@ -9365,7 +9365,8 @@ fi
SEARCH='$(srcdir) $(top_builddir)/src $(top_srcdir)/src'
cmd='echo $SEARCH |sed "s/ /'$SEARCH_SEP'/g"'
-export SEARCH="$SEARCH_RULE`eval $cmd`"
+SEARCH="$SEARCH_RULE`eval $cmd`"
+export SEARCH
if test "X$GMAKE" = "Xyes"; then
SETX=":"