diff options
Diffstat (limited to 'Build/source/texk/ps2pkm/configure')
-rwxr-xr-x | Build/source/texk/ps2pkm/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/ps2pkm/configure b/Build/source/texk/ps2pkm/configure index 454743ce057..ca55df9207e 100755 --- a/Build/source/texk/ps2pkm/configure +++ b/Build/source/texk/ps2pkm/configure @@ -7370,11 +7370,11 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # We need awk for the "check" target. The system "awk" is bad on # some platforms. -# Always define AMTAR for backward compatibility. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' -AMTAR=${AMTAR-"${am_missing_run}tar"} - -am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' |