#!/bin/sh

wsdl2h -c idata.wsdl
soapcpp2 -c idata.h
rm -f *.xml

aclocal \
&& automake --gnu --add-missing \
&& autoconf
