build: link eloop statically
[platform/upstream/kmscon.git] / autogen.sh
index 53b02ce..0bb5ca8 100755 (executable)
@@ -1,3 +1,8 @@
 #!/bin/sh
-mkdir -p m4/
+set -e
+mkdir -p m4
 autoreconf -i
+
+if test ! "x$NOCONFIGURE" = "x1" ; then
+    exec ./configure "$@"
+fi