- Timestamp:
- 05/24/11 13:04:46 (12 months ago)
- Files:
-
- 1 modified
-
branches/mcstas-1.x/mcconfig.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/mcstas-1.x/mcconfig.pl
r2125 r3084 7 7 our $tcltk; 8 8 our $matlab; 9 our $gnuplot;10 9 our $cc; 11 10 our $mpirun; … … 55 54 56 55 print STDOUT "$scilab\n"; 57 58 print STDOUT "Checking for gnuplot: ";59 60 $failed=system("$which pgnuplot.exe");61 $gnuplot = (not $failed) ? "pgnuplot.exe" : "no";62 63 print STDOUT "$gnuplot\n";64 56 65 57 print STDOUT "Checking for SSH: "; … … 179 171 print WRITE " MATLAB => '$matlab',\n"; 180 172 } elsif (/\w*GNUPLOT \=\w*/) { 181 print WRITE " GNUPLOT => ' $gnuplot',\n";173 print WRITE " GNUPLOT => 'gnuplot.exe',\n"; 182 174 } elsif (/\w*TCLTK \=\w*/) { 183 175 print WRITE " TCLTK => '$tcltk',\n";
