From d9522915175fdf3d81e8a795d3705fe7aa1fa6fc Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 25 Apr 2012 14:38:11 +0200 Subject: Remove support for `guile-lint'. * guile-lint.am: Remove. * Makefile.am (EXTRA_DIST): Remove `guile-lint.am'. * doc/modules/Makefile.am (lintable): Remove. Remove inclusion of `guile-lint.am'. * src/guile/Makefile.am: Likewise. * configure.ac: Remove check for `guile-lint' and `HAVE_GUILE_LINT' conditional. --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a0617b9..40924d9 100644 --- a/configure.ac +++ b/configure.ac @@ -38,12 +38,6 @@ AM_CONDITIONAL([ENABLE_GUILE_VM], [test "x$enable_guile_vm" = "xyes" && \ $GUILE_TOOLS compile --help 2>&1 >/dev/null]) -# Guile-Lint (http://www.geocities.com/user42_kevin/guile-lint/index.html) -AC_PATH_PROG([GUILE_LINT], [guile-lint]) -AC_SUBST([GUILE_LINT]) -AM_CONDITIONAL([HAVE_GUILE_LINT], test "x$GUILE_LINT" != "x") - - # Need Guile-Reader. GUILE_MODULE_REQUIRED([system reader]) -- cgit v1.2.3