summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBernhard Walle <bwalle@suse.de>2008-05-26 20:00:02 +0200
committerSimon Horman <horms@verge.net.au>2008-05-28 10:06:39 +1000
commit58b6174928951d91cc6d23db6373ad40c2c978d8 (patch)
tree859bc9d32f064d538b3564a81ea40c0d38490760 /bootstrap
parent0232cd4d5bdd755393b061de8b9af846fb8a35be (diff)
downloadkexec-tools-58b6174928951d91cc6d23db6373ad40c2c978d8.tar.gz
Don't run libtoolize and automake in bootstrap.
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@suse.de> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
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