From: Nicolas Sterchele Date: Mon, 6 Jul 2020 12:15:48 +0000 (+0200) Subject: configure.ac: Sort features name in summary X-Git-Tag: curl-7_72_0~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f6288e1e5bfcb499866fae09b71b3720072a8c9;p=thirdparty%2Fcurl.git configure.ac: Sort features name in summary - Same as protocols Closes #5656 --- 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