[mpich2-commits] r9523 - mpich2/trunk

balaji at mcs.anl.gov balaji at mcs.anl.gov
Fri Feb 24 18:50:56 CST 2012


Author: balaji
Date: 2012-02-24 18:50:55 -0600 (Fri, 24 Feb 2012)
New Revision: 9523

Modified:
   mpich2/trunk/configure.in
Log:
Get rid of inter-library dependency left-overs.  Most of the code
seems to have been deleted during the move to automake/libtool.  Now
that we have libtool, we should use its support for inter-library
dependency.

Reviewed by buntinas.

Modified: mpich2/trunk/configure.in
===================================================================
--- mpich2/trunk/configure.in	2012-02-24 19:37:22 UTC (rev 9522)
+++ mpich2/trunk/configure.in	2012-02-25 00:50:55 UTC (rev 9523)
@@ -5916,19 +5916,6 @@
 WRAPPER_LDFLAGS="$WRAPPER_LDFLAGS $LDFLAGS"
 WRAPPER_LIBS="$WRAPPER_LIBS $LIBS"
 
-# Setup required inter-library dependencies
-LIB_DEPS=""
-LDFLAGS_DEPS=""
-if test "X$enable_shared" = "Xyes" -a "$enable_lib_depend" = "yes" ; then
-   LIB_DEPS="$WRAPPER_LIBS"
-   WRAPPER_LIBS=""
-   LDFLAGS_DEPS="$WRAPPER_LDFLAGS"
-   # WRAPPER_LDFLAGS are not reset as they point to the position of
-   # the dependency libraries when rpath builds are not enabled
-fi
-AC_SUBST(LIB_DEPS)
-AC_SUBST(LDFLAGS_DEPS)
-
 if test "$USE_PMI2_API" = "yes" ; then
    AC_DEFINE(USE_PMI2_API, 1, [Define if PMI2 API must be used])
 fi



More information about the mpich2-commits mailing list