]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
added libtoolize to makedist (AGAIN)
authorJelte Jansen <jeltejan@NLnetLabs.nl>
Tue, 24 Jan 2006 14:23:45 +0000 (14:23 +0000)
committerJelte Jansen <jeltejan@NLnetLabs.nl>
Tue, 24 Jan 2006 14:23:45 +0000 (14:23 +0000)
fixed directory in make tests

Makefile.in
makedist.sh

index 681379902a6c9b79f291b32924f329a09578856e..69eded278dca37dcd96415136a3d350b970daf86 100644 (file)
@@ -230,8 +230,8 @@ allconfclean: drill-confclean
 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
 
index 3ba569b1809c754bdd9fd7d68c7c3f2a13516452..bf2ad908d78feffaeb0f4101488ed89b698364c1 100755 (executable)
@@ -119,8 +119,8 @@ svn export "$SVNROOT" ldns || error_cleanup "SVN command failed"
 
 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."