Commit Graph

3 Commits

Author SHA1 Message Date
Geoff Levand
dab4fbb5f8 debugging: Add version 2016-08-10 10:01:41 -07:00
Bernhard Walle
58b6174928 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 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>
2008-05-28 10:06:39 +10:00
Simon Horman
6f65cb623c Add bootstrap file
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(+)
2008-05-21 15:53:11 +10:00