Fix issue detected by static analysis tool
[platform/upstream/libxkbcommon.git] / autogen.sh
index a6d7699..c7467f1 100755 (executable)
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
 ORIGDIR=`pwd`
 cd "$srcdir"
 
-autoreconf --verbose --install --symlink --warnings=all
+autoreconf --verbose --install --force --warnings=all
 cd "$ORIGDIR"
 
 if test -z "$NOCONFIGURE"; then