[svn-r1767] MANIFEST:

Updated.
configure.in:
    Removed the test for -lxnet in the GASS-driver part.  There is
    no need for it and it does not exist in other machines like IRIX64.
configure:
    Deriverd from configure.in.
This commit is contained in:
Albert Cheng 1999-10-15 18:22:10 -05:00
parent 5aa49645b5
commit d59808997f
3 changed files with 193 additions and 324 deletions

View File

@ -7,7 +7,6 @@
./COPYING
./INSTALL
./INSTALL_MAINT
./INSTALL_TFLOPS
./INSTALL_parallel
./INSTALL_Windows.txt
@ -64,6 +63,7 @@
./config/solaris2.x
./config/unicosmk
./doc/Makefile.in
./doc/html/Attributes.html
./doc/html/Big.html
./doc/html/Caching.html
@ -108,6 +108,8 @@
./doc/html/IH_mapFoot.gif
./doc/html/IH_mapHead.gif
./doc/html/IOPipe.html
./doc/html/Lib_Maint.html _DO_NOT_DISTRIBUTE_
./doc/html/Makefile.in
./doc/html/MemoryManagement.html _DO_NOT_DISTRIBUTE_
./doc/html/NCSAfooterlogo.gif
./doc/html/ObjectHeader.txt _DO_NOT_DISTRIBUTE_
@ -129,6 +131,7 @@
./doc/html/RM_H5T.html
./doc/html/RM_H5Z.html
./doc/html/Tools.html
./doc/html/Tutor/Makefile.in
./doc/html/Version.html
./doc/html/chunk1.gif
./doc/html/chunk1.obj _DO_NOT_DISTRIBUTE_
@ -403,6 +406,7 @@
./tools/h5toh4.h
./tools/h5tools.c
./tools/h5tools.h
./tools/pdb2hdf.c
./tools/testh5dump.sh
./tools/testh5toh4

508
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -385,7 +385,6 @@ AC_ARG_WITH(gass,[ --with-gass=INC,LIB Use the GASS driver [default=no]],
case $withval in
yes)
AC_CHECK_HEADERS(globus_common.h,,unset GASS TESTGASS)
AC_CHECK_LIB(xnet,main,,unset GASS TESTGASS)
AC_CHECK_LIB(globus_common,globus_module_activate,,unset GASS TESTGASS)
AC_CHECK_LIB(globus_dc,main,,unset GASS TESTGASS)
AC_CHECK_LIB(globus_nexus,main,,unset GASS TESTGASS)
@ -415,7 +414,6 @@ case $withval in
if test "X" != "$gass_lib"; then
saved_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS -L$gass_lib"
AC_CHECK_LIB(xnet,main,,unset GASS TESTGASS)
AC_CHECK_LIB(globus_common,globus_module_activate,,unset GASS TESTGASS)
AC_CHECK_LIB(globus_dc,main,,unset GASS TESTGASS)
AC_CHECK_LIB(globus_nexus,main,,unset GASS TESTGASS)
@ -423,7 +421,6 @@ case $withval in
AC_CHECK_LIB(globus_gass_cache,main,,unset GASS TESTGASS)
AC_CHECK_LIB(globus_gass_file,globus_gass_open,,unset GASS TESTGASS)
else
AC_CHECK_LIB(xnet,main,,unset GASS TESTGASS)
AC_CHECK_LIB(globus_common,globus_module_activate,,unset GASS TESTGASS)
AC_CHECK_LIB(globus_dc,main,,unset GASS TESTGASS)
AC_CHECK_LIB(globus_nexus,main,,unset GASS TESTGASS)