eval 'exec perl -w -S $0 ${1+"$@"}' if 0; # # Copyright 1998, University of California. All Rights reserved. # if ( ( $#ARGV < 0 ) || ( $ARGV[0] ne "go" ) && ( $ARGV[0] ne "print" ) ) { print <<'EOF'; #............................................................................ #...configure.pl ... #... ... #...Usage: configure.pl ... #... ... #...Description: ... #... ... #... go: create make.inc ... #... print: just print the variables to stdout ... #... : modify settings derived from the datafile ... #... <+option>: add to configure.dat options ... #... <-option>: remove from configure.dat options ... #...