diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-03-01 23:56:22 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-03-01 23:56:22 (GMT) |
commit | b70c49d253ac81ee4b53e3f37900061744edd04a (patch) | |
tree | 3606d61bde3b38414855a377924cafd7a9c4f84f /configure | |
parent | 2be532445cd15ce80afd49127e8ddbc3175d7ac8 (diff) | |
download | hdf5-b70c49d253ac81ee4b53e3f37900061744edd04a.zip hdf5-b70c49d253ac81ee4b53e3f37900061744edd04a.tar.gz hdf5-b70c49d253ac81ee4b53e3f37900061744edd04a.tar.bz2 |
[svn-r1995] configure.in:
Makefile.in:
acconfig.h:
src/H5F.c:
src/H5FDdpss.c:
src/H5FDdpss.h:
src/H5config.h.in:
test/dpss_read.c:
test/dpss_write.c:
Changed the name DPSS to GRIDSTORAGE since that is the real name
of the API from ANL. DPSS is just one of the protocols it can use.
Changed a bug in the --with-ssl option.
Makefile.in:
Removed the copying of Makefile.dist since it caused problems
when doing a make distclean in a --srcdir configured directory.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 58 |
1 files changed, 29 insertions, 29 deletions
@@ -94,7 +94,7 @@ ac_help="$ac_help ac_help="$ac_help --with-globus=INC,LIB Use the GLOBUS Library [default=no]" ac_help="$ac_help - --with-dpss=INC,LIB Use the Globus DPSS driver [default=no]" + --with-gridstorage=INC,LIB Use the Globus Grid Storage driver [default=no]" ac_help="$ac_help --with-pthread=INC,LIB Use the Pthreads library" ac_help="$ac_help @@ -4670,8 +4670,8 @@ if test "${with_ssl+set}" = set; then : fi -if test "X-" != "X-$with_ssl_libpath"; then - LDFLAGS="$LDFLAGS -L$with_ssl_libpath" +if test "X-" != "X-$with_ssl"; then + LDFLAGS="$LDFLAGS -L$with_ssl" fi echo $ac_n "checking for main in -lcrypto""... $ac_c" 1>&6 @@ -7134,13 +7134,13 @@ EOF fi -DPSS=yes +GRIDSTORAGE=yes -TESTDPSS='$(srcdir)/testdpss' +TESTGRIDSTORAGE='$(srcdir)/testgridstorage' -# Check whether --with-dpss or --without-dpss was given. -if test "${with_dpss+set}" = set; then - withval="$with_dpss" +# Check whether --with-gridstorage or --without-gridstorage was given. +if test "${with_gridstorage+set}" = set; then + withval="$with_gridstorage" : else withval=no @@ -7185,7 +7185,7 @@ EOF else echo "$ac_t""no" 1>&6 -unset DPSS TESTDPSS +unset GRIDSTORAGE TESTGRIDSTORAGE fi done @@ -7230,7 +7230,7 @@ EOF else echo "$ac_t""no" 1>&6 -unset DPSS TESTDPSS +unset GRIDSTORAGE TESTGRIDSTORAGE fi echo $ac_n "checking for grid_storage_open in -lgrid_storage_file""... $ac_c" 1>&6 @@ -7278,21 +7278,21 @@ EOF else echo "$ac_t""no" 1>&6 -unset DPSS TESTDPSS +unset GRIDSTORAGE TESTGRIDSTORAGE fi ;; no) - echo $ac_n "checking for DPSS""... $ac_c" 1>&6 -echo "configure:7288: checking for DPSS" >&5 + echo $ac_n "checking for GRIDSTORAGE""... $ac_c" 1>&6 +echo "configure:7288: checking for GRIDSTORAGE" >&5 echo "$ac_t""suppressed" 1>&6 - unset DPSS TESTDPSS + unset GRIDSTORAGE TESTGRIDSTORAGE ;; *) - dpss_inc="`echo $withval |cut -f1 -d,`" - if test "X" != "$dpss_inc"; then + gridstorage_inc="`echo $withval |cut -f1 -d,`" + if test "X" != "$gridstorage_inc"; then saved_CPPFLAGS="$CPPFLAGS" - CPPFLAGS="$CPPFLAGS -I$dpss_inc" + CPPFLAGS="$CPPFLAGS -I$gridstorage_inc" for ac_hdr in grid_storage_file.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` @@ -7331,7 +7331,7 @@ EOF else echo "$ac_t""no" 1>&6 CPPFLAGS="$saved_CPPFLAGS" - unset DPSS TESTDPSS + unset GRIDSTORAGE TESTGRIDSTORAGE fi done @@ -7379,10 +7379,10 @@ done fi - dpss_lib="`echo $withval |cut -f2 -d, -s`" - if test "X" != "$dpss_lib"; then + gridstorage_lib="`echo $withval |cut -f2 -d, -s`" + if test "X" != "$gridstorage_lib"; then saved_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS -L$dpss_lib" + LDFLAGS="$LDFLAGS -L$gridstorage_lib" echo $ac_n "checking for main in -lgrid_storage_client""... $ac_c" 1>&6 echo "configure:7388: checking for main in -lgrid_storage_client" >&5 ac_lib_var=`echo grid_storage_client'_'main | sed 'y%./+-%__p_%'` @@ -7424,7 +7424,7 @@ EOF else echo "$ac_t""no" 1>&6 -unset DPSS TESTDPSS +unset GRIDSTORAGE TESTGRIDSTORAGE fi echo $ac_n "checking for grid_storage_open in -lgrid_storage_file""... $ac_c" 1>&6 @@ -7472,7 +7472,7 @@ EOF else echo "$ac_t""no" 1>&6 -unset DPSS TESTDPSS +unset GRIDSTORAGE TESTGRIDSTORAGE fi else @@ -7517,7 +7517,7 @@ EOF else echo "$ac_t""no" 1>&6 -unset DPSS TESTDPSS +unset GRIDSTORAGE TESTGRIDSTORAGE fi echo $ac_n "checking for grid_storage_open in -lgrid_storage_file""... $ac_c" 1>&6 @@ -7565,15 +7565,15 @@ EOF else echo "$ac_t""no" 1>&6 -unset DPSS TESTDPSS +unset GRIDSTORAGE TESTGRIDSTORAGE fi fi ;; esac -if test "X-" != "X-$DPSS"; then +if test "X-" != "X-$GRIDSTORAGE"; then cat >> confdefs.h <<\EOF -#define HAVE_DPSS 1 +#define HAVE_GRIDSTORAGE 1 EOF fi @@ -9548,8 +9548,8 @@ s%@GASS@%$GASS%g s%@TESTGASS@%$TESTGASS%g s%@GLOBUS@%$GLOBUS%g s%@TESTGLOBUS@%$TESTGLOBUS%g -s%@DPSS@%$DPSS%g -s%@TESTDPSS@%$TESTDPSS%g +s%@GRIDSTORAGE@%$GRIDSTORAGE%g +s%@TESTGRIDSTORAGE@%$TESTGRIDSTORAGE%g s%@PDB2HDF@%$PDB2HDF%g s%@DEBUG_PKG@%$DEBUG_PKG%g s%@TRACE_API@%$TRACE_API%g |