summaryrefslogtreecommitdiff
path: root/Build/source/texk/ptexenc/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-02-02 15:59:11 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-02-02 15:59:11 +0000
commitf819799e4a07199f253a7b6600b75d2e6f6ea3f6 (patch)
treee63bffc5c58a950266351a03a5e6452120e46106 /Build/source/texk/ptexenc/configure
parent3557fddb20fecc528ea2d8907772cedeaff1c92d (diff)
automake 1.11.3
git-svn-id: svn://tug.org/texlive/trunk@25277 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc/configure')
-rwxr-xr-xBuild/source/texk/ptexenc/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/ptexenc/configure b/Build/source/texk/ptexenc/configure
index bea3665d19c..e33ad0992d2 100755
--- a/Build/source/texk/ptexenc/configure
+++ b/Build/source/texk/ptexenc/configure
@@ -7390,11 +7390,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 -'