projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
031f6d7
)
std-autogen: add -f to libtoolize
author
Marko Kreen
<markokr@gmail.com>
Tue, 20 Dec 2011 15:34:26 +0000
(17:34 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 20 Dec 2011 15:34:26 +0000
(17:34 +0200)
otherwise config.sub can be missing
mk/std-autogen.sh
patch
|
blob
|
blame
|
history
diff --git
a/mk/std-autogen.sh
b/mk/std-autogen.sh
index caa78411ce4357718637567ff88be5ffaf82e52a..f69c5eb022f49f1b647b45815adec2fae1cbc3bd 100755
(executable)
--- a/
mk/std-autogen.sh
+++ b/
mk/std-autogen.sh
@@
-13,7
+13,7
@@
test -f "${USUAL_DIR}/m4/usual.m4" || {
# the file if they dont exist
rm -f config.guess config.sub install-sh ltmain.sh libtool
if libtoolize --help | grep "[-][-]install" > /dev/null; then
- libtoolize -i -q
+ libtoolize -i -q
-f
else
libtoolize
fi