X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/551b61d2a837bae31c439b2d1abdc3189ad1252e..1e7603ac5a3cca436d75ab0ee0778ec18919cbd8:/configure.ac diff --git a/configure.ac b/configure.ac index 1aae33e..fa00e02 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright © 2011-2012 Nick Bowler +dnl Copyright © 2011-2013, 2020 Nick Bowler dnl dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2. dnl This is free software: you are free to do what the fuck you want to. @@ -71,6 +71,10 @@ AS_CASE([$with_gsl], [DX_CHECK_GSL([1.0], [have_gsl=yes], [have_gsl=no])]) AM_CONDITIONAL([HAVE_GSL], [test x"$have_gsl" = x"yes"]) +AC_CONFIG_TESTDIR([.], [test:.]) +DX_PROG_AUTOTEST +AM_CONDITIONAL([HAVE_AUTOTEST], [test x"$dx_cv_autotest_works" = x"yes"]) + AC_CONFIG_FILES([ Makefile ])