]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool: Fix "Don't forget" messages (regression 2021-12-12).
authorBruno Haible <bruno@clisp.org>
Sat, 8 Jan 2022 22:28:29 +0000 (23:28 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Jan 2022 22:28:29 +0000 (23:28 +0100)
* gnulib-tool (func_import): Fix variable references in "Don't forget"
messages.

ChangeLog
gnulib-tool

index 332d511595c481acc2f40d654ba29b5cc18b6cb7..b4c294fbeff3ed6e87ddb4682e675f47f8e31222 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-01-08  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        gnulib-tool: Remove all *.Po files upon distclean (regr. 2022-01-05).
index 6f2b10cf7999cc1ecd0b58aa957995c2030b8817..455d97d9e6d9468407b2fcb18c7acffb5b34f50c 100755 (executable)
@@ -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