From: Mark Wooding Date: Mon, 27 Jun 2011 13:20:37 +0000 (+0100) Subject: Makefile.am: Only check SLIP on distcheck. X-Git-Tag: 1.0.0pre11~38 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/commitdiff_plain/09cedbd2fbb51218bb2f9ac578a87a5ca464b407 Makefile.am: Only check SLIP on distcheck. The other drivers aren't even slightly portable. --- diff --git a/Makefile.am b/Makefile.am index 3984556b..e04377f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,7 +86,7 @@ tripe.pc: tripe.pc.in Makefile ### Release tweaking. ## Distcheck tweaks. -DISTCHECK_TUNNELS = linux bsd unet slip +DISTCHECK_TUNNELS = slip DISTCHECK_CONFIGURE_FLAGS = \ --with-tunnel='$(DISTCHECK_TUNNELS)' \