Changeset 3053 for trunk/Nebulous/nebclient
- Timestamp:
- Jan 18, 2005, 2:59:48 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/bootstrap.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/bootstrap.sh
r3044 r3053 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: bootstrap.sh,v 1. 5 2005-01-18 23:32:51jhoblitt Exp $5 # $Id: bootstrap.sh,v 1.6 2005-01-19 00:59:48 jhoblitt Exp $ 6 6 7 7 wsdl2h -o src/idata.h -c idata.wsdl \ … … 15 15 && autoconf 16 16 17 cvs2cl --domain cpan.org --tags --FSF --show-dead 17 MKCL=`which cvs2cl` 18 if [ -x $MKCL ] ; then 19 cvs2cl --domain cpan.org --tags --FSF --show-dead 20 else 21 touch ChangeLog 22 fi
Note:
See TracChangeset
for help on using the changeset viewer.
