IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13211


Ignore:
Timestamp:
May 3, 2007, 2:50:27 PM (19 years ago)
Author:
jhoblitt
Message:

don't run gsoap build if wsdl2h isn't in the path

File:
1 edited

Legend:

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

    r13121 r13211  
    9090cd $ORIGDIR
    9191
    92 wsdl2h -o src/nebulous.h -c nebulous.wsdl \
    93 && soapcpp2 -d src -c src/nebulous.h \
    94 && rm -f src/*.xml
     92if `which wsdl2h`; then
     93    wsdl2h -o src/nebulous.h -c nebulous.wsdl \
     94    && soapcpp2 -d src -c src/nebulous.h \
     95    && rm -f src/*.xml
     96fi
    9597
    9698run_configure=true
Note: See TracChangeset for help on using the changeset viewer.