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

balaji at mcs.anl.gov balaji at mcs.anl.gov
Tue Oct 20 19:30:52 CDT 2009


Author: balaji
Date: 2009-10-20 19:30:52 -0500 (Tue, 20 Oct 2009)
New Revision: 5513

Added:
   mpich2/trunk/src/pm/hydra/autogen.sh
Log:
Added a new autogen.sh script to run autoreconf correctly in all
directories.

Added: mpich2/trunk/src/pm/hydra/autogen.sh
===================================================================
--- mpich2/trunk/src/pm/hydra/autogen.sh	                        (rev 0)
+++ mpich2/trunk/src/pm/hydra/autogen.sh	2009-10-21 00:30:52 UTC (rev 5513)
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+for subdir in . tools/bind/hwloc/hwloc ; do
+    echo "=== Entering subdir $subdir ==="
+    if (cd $subdir && autoreconf -vif) ; then
+	:
+    else
+	echo "        autoreconf failed!"
+	exit
+    fi
+    echo "=== Done with subdir $subdir ==="
+done


Property changes on: mpich2/trunk/src/pm/hydra/autogen.sh
___________________________________________________________________
Added: svn:executable
   + *



More information about the mpich2-commits mailing list