From: Jelte Jansen Date: Tue, 24 Jan 2006 14:23:45 +0000 (+0000) Subject: added libtoolize to makedist (AGAIN) X-Git-Tag: release-1.1.0~390 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=643f673cbb5f0c2e221f43ee95c17bc0d9779fd4;p=thirdparty%2Fldns.git added libtoolize to makedist (AGAIN) fixed directory in make tests --- diff --git a/Makefile.in b/Makefile.in index 68137990..69eded27 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/makedist.sh b/makedist.sh index 3ba569b1..bf2ad908 100755 --- a/makedist.sh +++ b/makedist.sh @@ -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."