From 6f87e54c5e7bec12e8ef3d76d371349213ce1886 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 6 Apr 2022 07:51:32 +0300 Subject: [PATCH 32/32] Remove trailing spaces from .m4 files See osdn #44046 Signed-off-by: Marko Lindqvist --- m4/expanddir.m4 | 2 +- m4/readline.m4 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/m4/expanddir.m4 b/m4/expanddir.m4 index b2320897f0..d009678af2 100644 --- a/m4/expanddir.m4 +++ b/m4/expanddir.m4 @@ -3,7 +3,7 @@ dnl expands occurrences of ${prefix} and ${exec_prefix} in the given DIR, dnl and assigns the resulting string to VARNAME dnl example: FC_EXPAND_DIR(LOCALEDIR, "$datadir/locale") dnl eg, then: AC_DEFINE_UNQUOTED(LOCALEDIR, "$LOCALEDIR") -dnl by Alexandre Oliva +dnl by Alexandre Oliva dnl from http://www.cygnus.com/ml/automake/1998-Aug/0040.html AC_DEFUN([FC_EXPAND_DIR], [ $1=$2 diff --git a/m4/readline.m4 b/m4/readline.m4 index 9cace1d6ed..5124d8dd47 100644 --- a/m4/readline.m4 +++ b/m4/readline.m4 @@ -1,9 +1,9 @@ dnl FC_CHECK_READLINE_RUNTIME(EXTRA-LIBS, ACTION-IF-FOUND, ACTION-IF-NOT-FOUND) dnl -dnl This tests whether readline works at runtime. Here, "works" +dnl This tests whether readline works at runtime. Here, "works" dnl means "doesn't dump core", as some versions do if linked -dnl against wrong ncurses library. Compiles with LIBS modified +dnl against wrong ncurses library. Compiles with LIBS modified dnl to included -lreadline and parameter EXTRA-LIBS. dnl Should already have checked that header and library exist. dnl @@ -16,7 +16,7 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[ * testrl.c * File revision 0 * Check to make sure that readline works at runtime. - * (Specifically, some readline packages link against a wrong + * (Specifically, some readline packages link against a wrong * version of ncurses library and dump core at runtime.) * (c) 2000 Jacob Lundberg, jacob@chaos2.org */ @@ -103,7 +103,7 @@ Configuring server without readline support.]) [have_readline_lib=1], [have_readline_lib=0], ["$HAVE_TERMCAP"]) if test "$have_readline_lib" = "1"; then - AC_MSG_WARN([I had to manually add $HAVE_TERMCAP dependency to + AC_MSG_WARN([I had to manually add $HAVE_TERMCAP dependency to make readline library pass the test.]) fi fi -- 2.35.1