]> git.draconx.ca Git - dxcommon.git/blobdiff - configure.ac
test-tap.at: Use PATH instead of hardcoding "$builddir/t"
[dxcommon.git] / configure.ac
index efac42f1defaa0d06ba7c922ec0bbb68ad0eb8b8..b10b6258a9e929887cae333a595ade8da5e2062a 100644 (file)
@@ -29,9 +29,8 @@ AC_SUBST([STUB_INCLUDES], [@&t@])
 AC_CHECK_FUNCS_ONCE([wcwidth])
 AM_CONDITIONAL([HAVE_WCWIDTH], [test x"$ac_cv_func_wcwidth" = x"yes"])
 
-AC_CONFIG_TESTDIR([.])
-DX_PROG_AUTOTEST
-AM_CONDITIONAL([HAVE_AUTOTEST], [test x"$dx_cv_autotest_works" = x"yes"])
+AC_CONFIG_TESTDIR([.], [t:$srcdir/t])
+DX_PROG_AUTOTEST_AM
 
 AC_CACHE_CHECK([for struct option in <getopt.h>], [dx_cv_have_struct_option],
   [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <getopt.h>],