Changeset 3098
- Timestamp:
- Jan 26, 2005, 3:08:05 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/bootstrap.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/bootstrap.sh
r3053 r3098 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: bootstrap.sh,v 1. 6 2005-01-19 00:59:48jhoblitt Exp $5 # $Id: bootstrap.sh,v 1.7 2005-01-27 01:08:05 jhoblitt Exp $ 6 6 7 7 wsdl2h -o src/idata.h -c idata.wsdl \ 8 8 && soapcpp2 -d src -c src/idata.h \ 9 9 && rm -f src/*.xml 10 11 libtoolize --automake --copy \12 && aclocal \13 && autoheader \14 && automake --gnu --add-missing --copy \15 && autoconf16 10 17 11 MKCL=`which cvs2cl` … … 21 15 touch ChangeLog 22 16 fi 17 18 libtoolize --automake --copy \ 19 && aclocal \ 20 && autoheader \ 21 && automake --gnu --add-missing --copy \ 22 && autoconf
Note:
See TracChangeset
for help on using the changeset viewer.
