From 3f6288e1e5bfcb499866fae09b71b3720072a8c9 Mon Sep 17 00:00:00 2001 From: Nicolas Sterchele Date: Mon, 6 Jul 2020 14:15:48 +0200 Subject: [PATCH] configure.ac: Sort features name in summary - Same as protocols Closes #5656 --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index f0fbcb0aff..ffce699a41 100755 --- a/configure.ac +++ b/configure.ac @@ -4897,6 +4897,10 @@ if test "x$ESNI_ENABLED" = "x1"; then SUPPORT_FEATURES="$SUPPORT_FEATURES ESNI" fi +dnl replace spaces with newlines +dnl sort the lines +dnl replace the newlines back to spaces +SUPPORT_FEATURES=`echo $SUPPORT_FEATURES | tr ' ' '\012' | sort | tr '\012' ' '` AC_SUBST(SUPPORT_FEATURES) dnl For supported protocols in pkg-config file