[mpich2-commits] r4134 - mpich2/trunk/src/pm/hydra

balaji at mcs.anl.gov balaji at mcs.anl.gov
Thu Mar 19 19:26:47 CDT 2009


Author: balaji
Date: 2009-03-19 19:26:46 -0500 (Thu, 19 Mar 2009)
New Revision: 4134

Modified:
   mpich2/trunk/src/pm/hydra/
   mpich2/trunk/src/pm/hydra/configure.in
Log:
Added an svn:externals link to get the mpich2 confdb to the local
directory. This will reduce on dependency of Hydra on the MPICH2
directory structure. A million more to go.



Property changes on: mpich2/trunk/src/pm/hydra
___________________________________________________________________
Name: svn:externals
   + https://svn.mcs.anl.gov/repos/mpi/mpich2/trunk/confdb@4133 confdb


Modified: mpich2/trunk/src/pm/hydra/configure.in
===================================================================
--- mpich2/trunk/src/pm/hydra/configure.in	2009-03-19 23:37:55 UTC (rev 4133)
+++ mpich2/trunk/src/pm/hydra/configure.in	2009-03-20 00:26:46 UTC (rev 4134)
@@ -24,7 +24,7 @@
 
 dnl Set the directory that contains support scripts such as install-sh and
 dnl config.guess
-AC_CONFIG_AUX_DIR(../../../confdb)
+AC_CONFIG_AUX_DIR(confdb)
 dnl
 echo "RUNNING CONFIGURE FOR THE HYDRA PM"
 



More information about the mpich2-commits mailing list