[mpich2-commits] r5611 - mpich2/trunk/maint

gropp at mcs.anl.gov gropp at mcs.anl.gov
Thu Oct 29 07:30:06 CDT 2009


Author: gropp
Date: 2009-10-29 07:30:06 -0500 (Thu, 29 Oct 2009)
New Revision: 5611

Modified:
   mpich2/trunk/maint/updatefiles
Log:
Make sure that we run the selected autoreconf, not whatever is first in the PATH (if anything)

Modified: mpich2/trunk/maint/updatefiles
===================================================================
--- mpich2/trunk/maint/updatefiles	2009-10-29 10:03:35 UTC (rev 5610)
+++ mpich2/trunk/maint/updatefiles	2009-10-29 12:30:06 UTC (rev 5611)
@@ -876,8 +876,8 @@
     # logic will delete the results of this actual autoreconf
     for amdir in $amdirs ; do
 	if [ -d "$amdir" -o -L "$amdir" ] ; then
-	    echo "running autoreconf in $amdir"
-	    (cd $amdir && autoreconf -vif) || exit 1
+	    echo "running $autoreconf in $amdir"
+	    (cd $amdir && $autoreconf -vif) || exit 1
 	fi
     done
 fi



More information about the mpich2-commits mailing list