std-autogen: add -f to libtoolize
authorMarko Kreen <markokr@gmail.com>
Tue, 20 Dec 2011 15:34:26 +0000 (17:34 +0200)
committerMarko 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

index caa78411ce4357718637567ff88be5ffaf82e52a..f69c5eb022f49f1b647b45815adec2fae1cbc3bd 100755 (executable)
@@ -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