changeset 681:00f0ca2238f2

add missing call to autoheader in package gsoap
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 05 Feb 2010 00:02:06 +0100
parents 5b4a050ab741
children 492c5a606326
files src/gsoap.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 \