* t/remake-renamed-m4-macro-and-file.sh: Adjust to reflect to old "acloca22 -> t/aclocal-deleted-header.sh" test rename. * t/aclocal-pr450.sh (configure.ac): Use '$me' in the AC_INIT call, instead of hard-coding the old name of this test, i.e., "acloca19".
Signed-off-by: Stefano Lattarini <stefano.lattar...@gmail.com> --- t/aclocal-pr450.sh | 4 ++-- t/remake-renamed-m4-macro-and-file.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/t/aclocal-pr450.sh b/t/aclocal-pr450.sh index 7f4796f..184cc33 100755 --- a/t/aclocal-pr450.sh +++ b/t/aclocal-pr450.sh @@ -20,8 +20,8 @@ . test-init.sh -cat >configure.ac <<'END' -AC_INIT([acloca19], [1.0]) +cat >configure.ac <<END +AC_INIT([$me], [1.0]) m4_include([aconfig.ac]) FOO AC_OUTPUT diff --git a/t/remake-renamed-m4-macro-and-file.sh b/t/remake-renamed-m4-macro-and-file.sh index 68d1883..9cd3bc9 100755 --- a/t/remake-renamed-m4-macro-and-file.sh +++ b/t/remake-renamed-m4-macro-and-file.sh @@ -16,7 +16,7 @@ # Test remake rules when an m4 file gets renamed and *simultaneously* # an m4 macro in it gets renamed. Kudos to Bruno Haible for thinking -# about this situation. See also related test 'acloca22.sh'. +# about this situation. See also related test 'aclocal-deleted-header.sh'. . test-init.sh -- 1.8.1.rc3.192.g2d0029e