mirror of https://github.com/getdnsapi/getdns.git
To run tpkg tests directly from clean git repo
This commit is contained in:
parent
20ba3958fa
commit
ea226b882d
|
@ -7,6 +7,10 @@ export BUILDDIR=`pwd`
|
|||
export BUILDROOT=`(cd "${BUILDDIR}/../../.."; pwd)`
|
||||
export LIBTOOL="${BUILDROOT}/libtool"
|
||||
|
||||
if [ ! -f "${SRCROOT}/src/test/jsmn/jsmn.c" ]
|
||||
then
|
||||
(cd "${SRCROOT}"; git submodule update --init)
|
||||
fi
|
||||
if [ ! -f "${SRCROOT}/libtool" ]
|
||||
then
|
||||
(cd "${SRCROOT}"; libtoolize -fic)
|
||||
|
|
Loading…
Reference in New Issue