a96d6ef5aa798119cbc0b93066053a20f7f3322f
[platform/upstream/kmscon.git] / autogen.sh
1 #!/bin/sh
2 set -e
3 mkdir -p m4
4 autoreconf -i
5
6 if test ! "x$NOCONFIGURE" = "x1" ; then
7     exec ./configure --enable-debug "$@"
8 fi