[xio-commit] CVS update: MODIFIED: udt_ref ...

Mike Link commit at globus.org
Thu Apr 3 06:59:18 CDT 2008


  User: mlink   
  Date: 08/04/03 06:59:18

  Modified:    drivers/udt_ref Makefile.am configure.in
  Log:
  udt gpt package
  
  Revision  Changes    Path
  1.4       +2 -2      xio/drivers/udt_ref/Makefile.am
  
  http://viewcvs.globus.org/viewcvs.cgi/xio/drivers/udt_ref/Makefile.am.diff?r1=1.3&r2=1.4
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/globdev/CVS/globus-packages/xio/drivers/udt_ref/Makefile.am,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- Makefile.am	9 Nov 2007 21:57:46 -0000	1.3
  +++ Makefile.am	3 Apr 2008 11:59:18 -0000	1.4
  @@ -10,12 +10,12 @@
   flavorinclude_HEADERS = \
       globus_xio_udt_ref.h
   
  -INCLUDES = $(GPT_INCLUDES) -I $(UDT_PATH)/src
  +INCLUDES = $(GPT_INCLUDES) 
   
   lib_LTLIBRARIES = libglobus_xio_udt_driver_$(GLOBUS_FLAVOR_NAME).la
   
   libglobus_xio_udt_driver___GLOBUS_FLAVOR_NAME__la_LIBADD = \
  -	@GPT_LIB_LINKS@ $(UDT_PATH)/src/libudt.a 
  +	@GPT_LIB_LINKS@ 
   libglobus_xio_udt_driver___GLOBUS_FLAVOR_NAME__la_SOURCES = \
   	globus_xio_udt_ref.cpp
   libglobus_xio_udt_driver___GLOBUS_FLAVOR_NAME__la_LDFLAGS = \
  
  
  
  1.4       +1 -25     xio/drivers/udt_ref/configure.in
  
  http://viewcvs.globus.org/viewcvs.cgi/xio/drivers/udt_ref/configure.in.diff?r1=1.3&r2=1.4
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configure.in
  ===================================================================
  RCS file: /home/globdev/CVS/globus-packages/xio/drivers/udt_ref/configure.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- configure.in	6 Nov 2007 05:48:15 -0000	1.3
  +++ configure.in	3 Apr 2008 11:59:18 -0000	1.4
  @@ -1,6 +1,6 @@
   dnl
   
  -AC_REVISION($Revision: 1.3 $)
  +AC_REVISION($Revision: 1.4 $)
   AC_INIT(Makefile.am)
   
   GLOBUS_INIT
  @@ -14,30 +14,6 @@
   
   LAC_DOXYGEN("../", "", "$GLOBUS_LOCATION/sbin/globus-vararg-enums-doxygen-filter.pl")
   
  -AC_MSG_CHECKING(for UDT)
  -AC_ARG_WITH( udt-path,
  -[  --with-udt-path=DIR    location of udt ],
  -    CONFIG_UDT_PATH="${withval}", )
  -
  -if test "X${CONFIG_UDT_PATH}" = "X"; then
  -  if test -f udt.sdk*.tar.gz; then
  -    tar xfz udt.sdk*.tar.gz
  -    cd udt4
  -    make >build.log 2>&1
  -    cd ..
  -    CONFIG_UDT_PATH="udt4"	
  -    AC_MSG_RESULT(UDT package found and built)
  -  else
  -    AC_MSG_ERROR(UDT package not found and udt-path not set)
  -  fi
  -else
  -  AC_MSG_RESULT(${CONFIG_UDT_PATH})
  -fi
  -
  -UDT_PATH=${CONFIG_UDT_PATH}
  -
  -AC_SUBST(UDT_PATH)
  -
   GLOBUS_FINALIZE
   
   AC_OUTPUT(
  
  
  




More information about the xio-commit mailing list