From 51bc78ebaa043db4a79fde771794143a144cc2ca Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 25 Jul 2019 16:13:44 +0300 Subject: Remove mimetest testsuite placeholder from the build --- configure.ac | 4 ---- mimetypes/Makefile.am | 1 - 2 files changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index c549892..9717a84 100644 --- a/configure.ac +++ b/configure.ac @@ -43,10 +43,6 @@ AC_CHECK_LIB([wrap], [main]) AC_CHECK_LIB([nsl], [main]) AM_CONDITIONAL([FSRV_WRAP],[test x$ac_cv_lib_wrap_main = xyes]) -AM_MISSING_PROG([AUTOM4TE],[autom4te]) -AC_CONFIG_TESTDIR([mimetypes/tests]) -AC_CONFIG_FILES([mimetypes/tests/Makefile mimetypes/tests/atlocal]) - AC_CONFIG_FILES([Makefile mimetypes/Makefile src/Makefile]) AC_OUTPUT diff --git a/mimetypes/Makefile.am b/mimetypes/Makefile.am index 3ab0774..8b68baa 100644 --- a/mimetypes/Makefile.am +++ b/mimetypes/Makefile.am @@ -42,4 +42,3 @@ AM_YFLAGS=-v -t -d --name-prefix=yymt AM_LFLAGS=-d --prefix=yymt LEX_OUTPUT_ROOT=lex.yymt -SUBDIRS = . tests -- cgit v1.2.1