summaryrefslogtreecommitdiff
path: root/bootstrap
AgeCommit message (Collapse)Author
2008-05-28Don't run libtoolize and automake in bootstrap.Bernhard Walle
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>
2008-05-21Add bootstrap fileSimon Horman
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(+)