summaryrefslogtreecommitdiff
path: root/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* Don't run libtoolize and automake in bootstrap.Bernhard Walle2008-05-281-2/+0
| | | | | | | | | 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>
* Add bootstrap fileSimon Horman2008-05-211-0/+29
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(+)