summaryrefslogtreecommitdiffstats
path: root/src/gsoap.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-04 23:02:06 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-04 23:02:06 (GMT)
commit0bd547b1ffa9795bea358d10cfa761adbb1455af (patch)
tree993ab5c99c89862e753543c81102f213f7f5626f /src/gsoap.mk
parentf2e73e49a286912a6312c603c12299a7f0c377e3 (diff)
downloadmxe-0bd547b1ffa9795bea358d10cfa761adbb1455af.zip
mxe-0bd547b1ffa9795bea358d10cfa761adbb1455af.tar.gz
mxe-0bd547b1ffa9795bea358d10cfa761adbb1455af.tar.bz2
add missing call to autoheader in package gsoap
Diffstat (limited to 'src/gsoap.mk')
-rw-r--r--src/gsoap.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsoap.mk b/src/gsoap.mk
index 5817176..7694e39 100644
--- a/src/gsoap.mk
+++ b/src/gsoap.mk
@@ -30,6 +30,7 @@ define $(PKG)_BUILD
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 \