]> git.draconx.ca Git - liblbx.git/blobdiff - configure.ac
Port all test cases to Autotest.
[liblbx.git] / configure.ac
index 22e7ceeb90f3db73bf381d07d2bd0d41edfbecf8..34b1491a666468bf34c2149142b191a6bafd7b73 100644 (file)
@@ -5,7 +5,7 @@ dnl This is free software: you are free to do what the fuck you want to.
 dnl There is NO WARRANTY, to the extent permitted by law.
 
 AC_PREREQ([2.68])
-AC_INIT([liblbx], [0.1], [toom-devel@lists.sourceforge.net])
+AC_INIT([liblbx], [0.1], [nbowler@draconx.ca])
 AC_CONFIG_SRCDIR([src/lbx.c])
 AC_CONFIG_HEADER([config.h])
 
@@ -61,5 +61,9 @@ AC_CHECK_PROGS([PAMCHANNEL], [pamchannel], [false])
 AC_SUBST([PAMCHANNEL])
 AC_SUBST([PAMARITH])
 
-AC_CONFIG_FILES([tests/util/test-defs.sh Makefile])
+AC_CONFIG_TESTDIR([.])
+DX_PROG_AUTOTEST
+AM_CONDITIONAL([HAVE_AUTOTEST], [test x"$dx_cv_autotest_works" = x"yes"])
+
+AC_CONFIG_FILES([Makefile])
 AC_OUTPUT