build: rewrite configure.ac
[platform/upstream/kmscon.git] / autogen.sh
1 #!/bin/sh
2 mkdir -p m4/ || exit 1
3 gtkdocize || exit 1
4 autoreconf -i || exit 1
5 ./configure --enable-debug $* || exit 1