fixed directory in make tests
tests:
for tests in ${srcdir}/test/*.tpkg; \
do \
- echo "tpkg -b test -a `pwd` exe `basename $$tests`"; \
- tpkg -b test -a `pwd` exe `basename $$tests`; \
+ echo "tpkg -b ${srcdir}/test -a `pwd` exe `basename $$tests`"; \
+ tpkg -b ${srcdir}/test -a `pwd` exe `basename $$tests`; \
done
tpkg -b test report
cd ldns || error_cleanup "LDNS not exported correctly from SVN"
-#info "Running Libtoolize script (libtoolize)."
-#libtoolize || error_cleanup "Libtoolize failed."
+info "Running Libtoolize script (libtoolize)."
+libtoolize -c || error_cleanup "Libtoolize failed."
info "Building configure script (autoconf)."
autoreconf || error_cleanup "Autoconf failed."