[mpich2-commits] r5544 - mpich2/trunk/maint
    balaji at mcs.anl.gov 
    balaji at mcs.anl.gov
       
    Fri Oct 23 01:51:31 CDT 2009
    
    
  
Author: balaji
Date: 2009-10-23 01:51:31 -0500 (Fri, 23 Oct 2009)
New Revision: 5544
Modified:
   mpich2/trunk/maint/release.pl
Log:
The release script doesn't need to have a default path; it should pick
whatever is in the user's path.
Modified: mpich2/trunk/maint/release.pl
===================================================================
--- mpich2/trunk/maint/release.pl	2009-10-23 00:31:37 UTC (rev 5543)
+++ mpich2/trunk/maint/release.pl	2009-10-23 06:51:31 UTC (rev 5544)
@@ -16,8 +16,8 @@
 # This path is the default for the MCS home directory mounts.  Pass
 # --with-autoconf='' and --with-automake='' options to this script to
 # use whatever is in your path.
-my $with_autoconf = "/homes/balaji/projects/autotools/install/bin";
-my $with_automake = "/homes/balaji/projects/autotools/install/bin";
+my $with_autoconf = "";
+my $with_automake = "";
 
 my $logfile = "release.log";
 
    
    
More information about the mpich2-commits
mailing list