From e2619581b529b0a0ebea7f02b12b77ed3f5143ef Mon Sep 17 00:00:00 2001 From: Steve Youngs Date: Sun, 4 Mar 2012 11:48:00 +1000 Subject: [PATCH] Add the new silent-rules options to the list of known configure opts * m4/sxe-aux.m4 (_SXE_CHECK_PURE_OPT): Add silent-rules options to list of known configure opts. Signed-off-by: Steve Youngs --- m4/sxe-aux.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/m4/sxe-aux.m4 b/m4/sxe-aux.m4 index 1499c3c..240a09e 100644 --- a/m4/sxe-aux.m4 +++ b/m4/sxe-aux.m4 @@ -623,6 +623,7 @@ AC_DEFUN([_SXE_CHECK_PURE_OPT], [dnl --enable-largefile | --disable-largefile | \ --enable-dependency-tracking | --disable-dependency-tracking | \ --enable-option-checking | --disable-option-checking | \ + --enable-silent-rules | --disable-silent-rules | \ --with-x | --x-includes | --x-libraries | \ --build | --host | \ --program-prefix | --program-suffix | --program-transform-name | \ -- 2.25.1