contrib: Add utility to remove all kernel keymaps
[platform/upstream/kbd.git] / autogen.sh
index 70b924d..e078c36 100755 (executable)
@@ -3,7 +3,7 @@
 OPT=
 [ "${1-}" != '-f' ] || OPT=-f
 
-autoreconf -isv $OPT
+autoreconf -iv $OPT
 
 echo
 echo "Now type '${0%/*}/configure' and 'make' to compile."