]> git.draconx.ca Git - dxcommon.git/blobdiff - configure.ac
DX_PROG_AUTOTEST: Modernize.
[dxcommon.git] / configure.ac
index efac42f1defaa0d06ba7c922ec0bbb68ad0eb8b8..1910c73b18f611f86a86d42c3131c1050d2dcbd1 100644 (file)
@@ -30,8 +30,7 @@ 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"])
+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>],