IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7080 for trunk/Ohana/configure


Ignore:
Timestamp:
May 5, 2006, 5:44:26 PM (20 years ago)
Author:
eugene
Message:

big move: fits_ to gfits_; minor updates to relphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/configure

    r6681 r7080  
    3535   set vararch = 1
    3636   breaksw;
    37   case --enable-optimze
     37  case --enable-optimize
    3838   set optflags = "-O2"
    3939   breaksw;
     
    6363   breaksw;
    6464  case --help:
     65   goto usage
    6566  case -*:
     67   echo ""
     68   echo "Unknown option: $1"
    6669   goto usage
    67    breaksw;
    6870  default:
    6971   set args=($args $1);
Note: See TracChangeset for help on using the changeset viewer.