X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/24a138b38b11dcfc5f7c360d601244af14c5488a..1e7603ac5a3cca436d75ab0ee0778ec18919cbd8:/configure.ac diff --git a/configure.ac b/configure.ac index eed1a19..fa00e02 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,7 @@ 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([.]) +AC_CONFIG_TESTDIR([.], [test:.]) DX_PROG_AUTOTEST AM_CONDITIONAL([HAVE_AUTOTEST], [test x"$dx_cv_autotest_works" = x"yes"])