X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/30e3dd045f61a8a2e0a237074e6706461c6dd2fd..75fc1240d8975c8513eadd6b9ccb7c6d7be618b0:/configure.ac diff --git a/configure.ac b/configure.ac index 22e7cee..5be386e 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) @@ -51,15 +51,16 @@ AS_CASE([$enable_lbxgui], AM_CONDITIONAL([BUILD_LBXGUI], [$have_gtk]) # Check for utilities used by the test suite. -DX_PROG_MD5SUM -AS_IF([test x"$dx_cv_md5sum_works" = x"yes"], - [HAVE_MD5SUM=true], [HAVE_MD5SUM=false]) -AC_SUBST([HAVE_MD5SUM]) +DX_PROG_MD5 AC_CHECK_PROGS([PAMARITH], [pamarith], [false]) 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