From: Jelte Jansen Date: Wed, 10 Dec 2008 11:38:46 +0000 (+0000) Subject: update makedist.sh script for new libtoolize (added --install) X-Git-Tag: release-1.5.0~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99e4be153e5db077f088eb2bfd3dc25cc01751aa;p=thirdparty%2Fldns.git update makedist.sh script for new libtoolize (added --install) --- diff --git a/makedist.sh b/makedist.sh index d1fb4a0d..bebc7472 100755 --- a/makedist.sh +++ b/makedist.sh @@ -120,7 +120,7 @@ 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 -c || error_cleanup "Libtoolize failed." +libtoolize -c --install || error_cleanup "Libtoolize failed." info "Building configure script (autoconf)." autoreconf || error_cleanup "Autoconf failed."