Modify it to adjust Tizen IVI enviroment
[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 "$@"
8 fi