This patch removes the 'automake' and 'libtoolize' calls from the 'bootstrap'.
The bug has been introduced by commit 6f65cb623c
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>
This patch just adds a 'bootstrap' file. It's quite handy to have such a file
in git because it contains all calls that are necessary to get the autogenerated
files. Some projects call that file 'bootstrap', some other call it
+'autogen.sh'.
See also http://sourceware.org/autobook/autobook/autobook_43.html.
Signed-off-by: Bernhard Walle <bwalle@suse.de>
Signed-off-by: Simon Horman <horms@verge.net.au>
---
bootstrap | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)