From 55587de13d870b41878bb4c7c94139fe97cb7a96 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 20 Dec 2011 17:34:26 +0200 Subject: [PATCH] std-autogen: add -f to libtoolize otherwise config.sub can be missing --- mk/std-autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/std-autogen.sh b/mk/std-autogen.sh index caa7841..f69c5eb 100755 --- 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 -- 2.39.5