This patch removes the 'automake' and 'libtoolize' calls from the 'bootstrap'. The bug has been introduced by commit 6f65cb623cdb82f712144e438d9aa2f097376251 by myself. Automake and Libtool are not used in kexec-tools.
Signed-off-by: Bernhard Walle <[EMAIL PROTECTED]> --- bootstrap | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/bootstrap b/bootstrap index 8e289e1..fc9837d 100755 --- a/bootstrap +++ b/bootstrap @@ -22,8 +22,6 @@ set -x aclocal -I config autoheader -automake --foreign --add-missing --copy autoconf -libtoolize --copy ## @end 1 -- 1.5.4.5 _______________________________________________ kexec mailing list [email protected] http://lists.infradead.org/mailman/listinfo/kexec
