X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/18cf0058df91c5c0338c202b222ee3c5ea3fce75..f6779008e58e8d3158555dca574e7bbdb15a55dd:/configure.ac diff --git a/configure.ac b/configure.ac index b5d8d3d..fef7121 100644 --- a/configure.ac +++ b/configure.ac @@ -78,5 +78,9 @@ CFLAGS=$save_CFLAGS LIBS=$save_LIBS]) ]) AM_CONDITIONAL([HAVE_GOB2_DYN], [test x"$dx_cv_gob2_dynamic_types" = 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 libuobject.pc]) AC_OUTPUT