From: Francis Dupont Date: Wed, 17 Jan 2018 14:59:56 +0000 (+0100) Subject: [5400] Explained that contrib support its currently only a provision X-Git-Tag: trac5425a_base~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d09bef2c93566f4a9b0724c1f255810fc607ec6f;p=thirdparty%2Fkea.git [5400] Explained that contrib support its currently only a provision --- diff --git a/configure.ac b/configure.ac index 0b232afd90..6a8a451649 100644 --- a/configure.ac +++ b/configure.ac @@ -83,6 +83,7 @@ AC_SUBST(PREMIUM_DIR) AX_PREMIUM # Include contrib configuration +# (currently only a provision copied from premium support) CONTRIB_DIR= AC_DEFUN([AX_CONTRIB],[]) m4_sinclude(contrib/config.m4)