Imported Upstream version 2.0.4
[platform/upstream/kbd.git] / autogen.sh
index 805a0d9..e078c36 100755 (executable)
@@ -3,7 +3,7 @@
 OPT=
 [ "${1-}" != '-f' ] || OPT=-f
 
-autoreconf -I m4 -isv $OPT
+autoreconf -iv $OPT
 
 echo
 echo "Now type '${0%/*}/configure' and 'make' to compile."