Skip to content

Commit

Permalink
std-autogen: add -f to libtoolize
Browse files Browse the repository at this point in the history
otherwise config.sub can be missing
  • Loading branch information
markokr committed Dec 20, 2011
1 parent 031f6d7 commit 55587de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/std-autogen.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test -f "${USUAL_DIR}/m4/usual.m4" || {
# the file if they dont exist # the file if they dont exist
rm -f config.guess config.sub install-sh ltmain.sh libtool rm -f config.guess config.sub install-sh ltmain.sh libtool
if libtoolize --help | grep "[-][-]install" > /dev/null; then if libtoolize --help | grep "[-][-]install" > /dev/null; then
libtoolize -i -q libtoolize -i -q -f
else else
libtoolize libtoolize
fi fi
Expand Down

0 comments on commit 55587de

Please sign in to comment.