X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/9969a6cd8e946ea3bbcd7f4b357b0e60fc02fe43..61342041b52f7a2fc861853b15bde356cd66bfed:/configure.ac diff --git a/configure.ac b/configure.ac index 34b1491..e722392 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl There is NO WARRANTY, to the extent permitted by law. AC_PREREQ([2.68]) AC_INIT([liblbx], [0.1], [nbowler@draconx.ca]) AC_CONFIG_SRCDIR([src/lbx.c]) -AC_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects]) AM_SILENT_RULES([yes]) @@ -51,10 +51,7 @@ 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])