IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11969


Ignore:
Timestamp:
Feb 21, 2007, 9:23:43 AM (19 years ago)
Author:
eugene
Message:

drop --infodir=WORD and --infodir WORD (and equivalents)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/configure.tcsh

    r11888 r11969  
    3939  case --no-recursion
    4040  case --sbindir
    41   case --libexecdir
    42   case --sharedstatedir
    43   case --localstatedir
    44   case --oldincludedir
    45   case --infodir
     41  case --libexecdir*
     42  case --sharedstatedir*
     43  case --localstatedir*
     44  case --oldincludedir*
     45  case --infodir*
     46   # we need to strip the --opt word and --opt=word versions
     47   set word = `echo $1 | tr = ' '`
     48   if ($#word == 1) shift
    4649   breaksw;
    4750  case --vararch
Note: See TracChangeset for help on using the changeset viewer.