darray: some changes for convenience
[profile/ivi/libxkbcommon.git] / autogen.sh
index 90d2520..c95132e 100755 (executable)
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
 ORIGDIR=`pwd`
 cd "$srcdir"
 
-autoreconf -v --install || exit 1
+autoreconf --verbose --install --symlink --warnings=all || exit 1
 cd "$ORIGDIR" || exit $?
 
 exec "$srcdir/configure" --enable-maintainer-mode "$@"