]> Dogcows Code - chaz/tar/commitdiff
Updated for autotest
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 7 Sep 2004 18:42:47 +0000 (18:42 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 7 Sep 2004 18:42:47 +0000 (18:42 +0000)
configure.ac

index 6d2a9be3be0bd874d5981e2c7762fb135a1b15e3..98908b3ad24d5bf258828de2b33a98a25823cc28 100644 (file)
@@ -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])
This page took 0.018936 seconds and 4 git commands to generate.