From 7d6865480e2ec457414b7368ec2fac01b37fb6b4 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 7 Sep 2004 18:42:47 +0000 Subject: [PATCH] Updated for autotest --- configure.ac | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 6d2a9be..98908b3 100644 --- a/configure.ac +++ b/configure.ac @@ -224,6 +224,11 @@ PU_RMT AM_GNU_GETTEXT([external], [need-ngettext]) AM_GNU_GETTEXT_VERSION(0.12.1) +# Initialize the test suite. +AC_CONFIG_TESTDIR(tests) +AC_CONFIG_FILES([tests/Makefile tests/atlocal]) # FIXME: tests/preset? +AM_MISSING_PROG([AUTOM4TE], [autom4te]) + # Iconv AM_ICONV AC_CHECK_HEADERS(iconv.h) @@ -261,6 +266,4 @@ AC_OUTPUT([Makefile\ po/Makefile.in\ scripts/Makefile\ rmt/Makefile\ - src/Makefile\ - tests/Makefile\ - tests/preset]) + src/Makefile]) -- 2.44.0