]> git.sesse.net Git - movit/blobdiff - configure.ac
In the README, document that we have luma mix.
[movit] / configure.ac
index d21b85aecf361f1e6b9b585c8ac355ccdf765ffc..5e032345d778ddf14b53fe6e0aeb2a241410d8ca 100644 (file)
@@ -1,4 +1,6 @@
+AC_CONFIG_MACRO_DIR([m4])
 AC_INIT(movit, git)
+LT_INIT
 
 AC_CONFIG_SRCDIR(effect.cpp)
 
@@ -17,5 +19,9 @@ PKG_CHECK_MODULES([libpng], [libpng12], [], [with_demo_app=no; AC_MSG_WARN([libp
 
 AC_SUBST([with_demo_app])
 
+with_coverage=no
+AC_ARG_ENABLE([coverage], [  --enable-coverage       build with information needed to compute test coverage], [with_coverage=yes])
+AC_SUBST([with_coverage])
+
 AC_CONFIG_FILES([Makefile movit.pc])
 AC_OUTPUT