1
1
openmpi/ompi/mca/btl/portals
Brian Barrett ed56e743b7 * update configure.ac to use the modern version of AC_INIT and
AM_INIT_AUTOMAKE, instead of the deprecated version.
* Work around dumbness in modern AC_INIT that requires the version
  number to be set at autoconf time (instead of at configure time, as
  it was before).  Set the version number, minus the subversion r number,
  at autoconf time.  Override the internal variables to include the r
  number (if needed) at configure time.  Basically, the right thing
  should always happen.  The only place it might not is the version
  reported as part of configure --help will not have an r number.
* Since AM_INIT_AUTOMAKE taks a list of options, no need to specify
  them in all the Makefile.am files.
* Addes support for subdir-objects, meaning that object files are put
  in the directory containing source files, even if the Makefile.am is
  in another directory.  This should start making it feasible to
  reduce the number of Makefile.am files we have in the tree, which
  will greatly reduce the time to run autogen and configure.

This commit was SVN r7211.
2005-09-07 05:54:53 +00:00
..
btl_portals_compat_redstorm.c Ensure to get ompi/include/constants.h 2005-08-12 21:42:07 +00:00
btl_portals_compat_utcp.c * turn off debugging in the bowels of the Portals reference implementation 2005-08-14 02:05:23 +00:00
btl_portals_compat.h * remove the src/ directory for Portals BTL to bring it in line with the 2005-08-12 14:33:45 +00:00
btl_portals_component.c - added get based protocol (if supported by btl) for pre-registered memory 2005-08-17 18:23:38 +00:00
btl_portals_endpoint.h * remove the src/ directory for Portals BTL to bring it in line with the 2005-08-12 14:33:45 +00:00
btl_portals_frag.c * finish switch to sending in place 2005-08-15 02:31:45 +00:00
btl_portals_frag.h * finish switch to sending in place 2005-08-15 02:31:45 +00:00
btl_portals_rdma.c * finish switch to sending in place 2005-08-15 02:31:45 +00:00
btl_portals_recv.c Ensure to get ompi/include/constants.h 2005-08-12 21:42:07 +00:00
btl_portals_recv.h * remove the src/ directory for Portals BTL to bring it in line with the 2005-08-12 14:33:45 +00:00
btl_portals_send.c * finish switch to sending in place 2005-08-15 02:31:45 +00:00
btl_portals_send.h * remove the src/ directory for Portals BTL to bring it in line with the 2005-08-12 14:33:45 +00:00
btl_portals.c * finish switch to sending in place 2005-08-15 02:31:45 +00:00
btl_portals.h * remove the src/ directory for Portals BTL to bring it in line with the 2005-08-12 14:33:45 +00:00
configure.m4 * Update Portals configuration to use --with-portals instead of 2005-09-05 21:02:50 +00:00
configure.params * checkpoint while it compiles 2005-07-05 16:29:57 +00:00
Makefile.am * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00