summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--mimetypes/Makefile.am1
2 files changed, 0 insertions, 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

Return to:

Send suggestions and report system problems to the System administrator.