Skip to content

Commit

Permalink
Don't run libtoolize and automake in bootstrap.
Browse files Browse the repository at this point in the history
This patch removes the 'automake' and 'libtoolize' calls from the 'bootstrap'.
The bug has been introduced by commit 6f65cb6
by myself. Automake and Libtool are not used in kexec-tools.

Signed-off-by: Bernhard Walle <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
Bernhard Walle authored and horms committed May 28, 2008
1 parent 0232cd4 commit 58b6174
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
set -x
aclocal -I config
autoheader
automake --foreign --add-missing --copy
autoconf
libtoolize --copy

## @end 1

0 comments on commit 58b6174

Please sign in to comment.