[mpich2-commits] r7495 - mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc

balaji at mcs.anl.gov balaji at mcs.anl.gov
Wed Nov 24 03:22:11 CST 2010


Author: balaji
Date: 2010-11-24 03:22:11 -0600 (Wed, 24 Nov 2010)
New Revision: 7495

Modified:
   mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/autogen.sh
Log:
Use the MPICH2-specific autogen.sh for hwloc.

Modified: mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/autogen.sh
===================================================================
--- mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/autogen.sh	2010-11-24 09:21:55 UTC (rev 7494)
+++ mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/autogen.sh	2010-11-24 09:22:11 UTC (rev 7495)
@@ -1,2 +1,11 @@
-:
-autoreconf -ivf
+#! /bin/sh
+
+if [ -n "$MPICH2_AUTOTOOLS_DIR" ] ; then
+    libtoolize=${MPICH2_AUTOTOOLS_DIR}/libtoolize
+    autoreconf=${MPICH2_AUTOTOOLS_DIR}/autoreconf
+else
+    libtoolize=${LIBTOOLIZE:-libtoolize}
+    autoreconf=${AUTORECONF:-autoreconf}
+fi
+
+$autoreconf -vif



More information about the mpich2-commits mailing list