IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19564


Ignore:
Timestamp:
Sep 15, 2008, 2:47:10 PM (18 years ago)
Author:
Paul Price
Message:

Putting at the top, with other stuff that's ignored

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/configure.tcsh

    r19563 r19564  
    4747   endif
    4848   breaksw;
     49  case --disable-shared
     50  case --enable-shared
     51  case --disable-static
     52  case --enable-static
     53    echo ""
     54    echo "WARNING: Ohana can't turn shared/static builds on/off."
     55    echo ""
     56    breaksw;
    4957  case --vararch
    5058   set vararch = 1
     
    135143   echo "Unknown option: $1"
    136144   goto usage
    137   case --disable-shared:
    138   case --enable-shared:
    139   case --disable-static:
    140   case --enable-static:
    141     echo ""
    142     echo "WARNING: Ohana can't turn shared/static builds on/off."
    143     echo ""
    144     breaksw;
    145145  default:
    146146   set args=($args $1);
Note: See TracChangeset for help on using the changeset viewer.