# HG changeset patch # User Volker Grabsch # Date 1265324526 -3600 # Node ID 00f0ca2238f2bdd2e8266b093421c3402f12f2fb # Parent 5b4a050ab7414e3c2e85156c539eaf905ca891d7 add missing call to autoheader in package gsoap diff -r 5b4a050ab741 -r 00f0ca2238f2 src/gsoap.mk --- a/src/gsoap.mk Thu Feb 04 23:33:12 2010 +0100 +++ b/src/gsoap.mk Fri Feb 05 00:02:06 2010 +0100 @@ -30,6 +30,7 @@ cd '$(1)' && aclocal cd '$(1)' && automake --add-missing cd '$(1)' && autoconf + cd '$(1)' && autoheader # Native build to get tools wsdl2h and soapcpp2 cd '$(1)' && ./configure \