IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13914


Ignore:
Timestamp:
Jun 20, 2007, 3:34:05 AM (19 years ago)
Author:
eugene
Message:

add --no-configure option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ipp-2-1/Ohana/autogen.sh

    r11643 r13914  
    11#!/bin/sh
    22
     3for arg in $*; do
     4    case $arg in
     5        --no-configure)
     6            exit 0
     7            ;;
     8        *)
     9            ;;
     10    esac
     11done
     12
    313./configure.tcsh $*
Note: See TracChangeset for help on using the changeset viewer.