[PATCH] Don't run libtoolize and automake in bootstrap.

Bernhard Walle bwalle at suse.de
Mon May 26 14:00:02 EDT 2008


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 <bwalle at suse.de>
---
 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




More information about the kexec mailing list