From: Miek Gieben Date: Tue, 29 Nov 2005 14:59:55 +0000 (+0000) Subject: run the correct utils X-Git-Tag: release-1.1.0~592 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d64f49a4656f79d5ebd46005cb80d1fc2821af35;p=thirdparty%2Fldns.git run the correct utils --- diff --git a/makedist.sh b/makedist.sh index c1701942..daa165d7 100755 --- a/makedist.sh +++ b/makedist.sh @@ -120,8 +120,8 @@ cd ldns || error_cleanup "LDNS not exported correctly from SVN" info "Building configure script (autoconf)." autoconf || error_cleanup "Autoconf failed." -info "Building config.h.in (autoheader)." -autoheader || error_cleanup "Autoheader failed." +info "Running Libtoolize script (libtoolize)." +libtoolize || error_cleanup "Libtoolize failed." rm -r autom4te* || error_cleanup "Failed to remove autoconf cache directory."