From 9a986cb97b95fbed2dfee772e7e6d16ac4174d6b Mon Sep 17 00:00:00 2001 From: sk-5 Date: Fri, 7 Aug 2015 12:39:25 -0700 Subject: [PATCH] ... --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 6801d1f..dca5f52 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,4 +11,4 @@ libtoolize --install --copy || exit 1 aclocal -I config || exit 1 autoheader || exit 1 autoconf || exit 1 -automake --add-missing --copy || exit 1 \ No newline at end of file +automake --add-missing --copy --force || exit 1 \ No newline at end of file