From 1cc82c4280bb76f677f3604bdef7116922d77511 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 8 Jan 2022 23:28:29 +0100 Subject: [PATCH] gnulib-tool: Fix "Don't forget" messages (regression 2021-12-12). * gnulib-tool (func_import): Fix variable references in "Don't forget" messages. --- ChangeLog | 6 ++++++ gnulib-tool | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 332d511595..b4c294fbef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2022-01-08 Bruno Haible + + gnulib-tool: Fix "Don't forget" messages (regression 2021-12-12). + * gnulib-tool (func_import): Fix variable references in "Don't forget" + messages. + 2022-01-08 Bruno Haible gnulib-tool: Remove all *.Po files upon distclean (regr. 2022-01-05). diff --git a/gnulib-tool b/gnulib-tool index 6f2b10cf79..455d97d9e6 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -6325,7 +6325,7 @@ s,//*$,/,' if test "$source_makefile_am" = Makefile.am; then echo " - add \"$sourcebase/Makefile\" to AC_CONFIG_FILES in $configure_ac," else - echo " - \"include $source_makefile_name\" from within \"$sourcebase/Makefile.am\"," + echo " - \"include $source_makefile_am\" from within \"$sourcebase/Makefile.am\"," fi if test -n "$pobase"; then echo " - add \"$pobase/Makefile.in\" to AC_CONFIG_FILES in $configure_ac," @@ -6334,7 +6334,7 @@ s,//*$,/,' if test "$tests_makefile_am" = Makefile.am; then echo " - add \"$testsbase/Makefile\" to AC_CONFIG_FILES in $configure_ac," else - echo " - \"include $tests_makefile_name\" from within \"$testsbase/Makefile.am\"," + echo " - \"include $tests_makefile_am\" from within \"$testsbase/Makefile.am\"," fi fi edit=0 -- 2.39.5