From bfbed383d8f1aa41f44d1f2716322ed810d294fe Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 20 May 2021 01:18:32 -0300 Subject: configure*: use cat instead of many echoes For simplicity and increased portability. --- configure | 83 ++++++++++++++++++++++++++++++----------------------------- configure.ac | 84 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 85 insertions(+), 82 deletions(-) diff --git a/configure b/configure index b75848bea..f31816599 100755 --- a/configure +++ b/configure @@ -5559,48 +5559,49 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi +cat <