IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2005, 2:59:48 PM (22 years ago)
Author:
jhoblitt
Message:

test for cvs2cl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/bootstrap.sh

    r3044 r3053  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: bootstrap.sh,v 1.5 2005-01-18 23:32:51 jhoblitt Exp $
     5# $Id: bootstrap.sh,v 1.6 2005-01-19 00:59:48 jhoblitt Exp $
    66
    77wsdl2h -o src/idata.h -c idata.wsdl \
     
    1515&& autoconf
    1616
    17 cvs2cl --domain cpan.org --tags --FSF --show-dead
     17MKCL=`which cvs2cl`
     18if [ -x $MKCL ] ; then
     19    cvs2cl --domain cpan.org --tags --FSF --show-dead
     20else
     21    touch ChangeLog
     22fi
Note: See TracChangeset for help on using the changeset viewer.