diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-11-07 21:51:01 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-11-07 21:51:01 +0100 |
commit | 93c2c33e04e4e5b78da45ec8c251899acce5d322 (patch) | |
tree | d6efe40a6405d76c8b22d9d0f3a9421c02ce93ab /t/distcheck-outdated-m4.sh | |
parent | dd3fb7edb9639ae5c22c5fc0cfcd8d053f6c1688 (diff) | |
parent | bd0d41d77f0d8a24bb8e6aac3bf580cbe741f88e (diff) | |
download | automake-93c2c33e04e4e5b78da45ec8c251899acce5d322.tar.gz |
Merge branch 'maint'
* maint:
tests: new variable $am_testaux_builddir
tests: rename $am_testauxdir -> $am_testaux_srcdir
Diffstat (limited to 't/distcheck-outdated-m4.sh')
-rwxr-xr-x | t/distcheck-outdated-m4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/distcheck-outdated-m4.sh b/t/distcheck-outdated-m4.sh index 81440bd33..fe2fab230 100755 --- a/t/distcheck-outdated-m4.sh +++ b/t/distcheck-outdated-m4.sh @@ -22,7 +22,7 @@ cwd=$(pwd) || fatal_ "cannot get current working directory" -cp "$am_testauxdir"/distcheck-hook-m4.am . \ +cp "$am_testaux_srcdir"/distcheck-hook-m4.am . \ || fatal_ "cannot fetch makefile fragment 'distcheck-hook-m4.am'" cat > Makefile.am << 'END' |