summaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-03 17:07:46 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-03 17:07:46 +0000
commitade6dba45814964de2cec5fe8ece9fedbf7ee0fd (patch)
treeb5fdd9760b4c8fa39b0cf4a7a70b28d81d55c9dc /libstdc++-v3/configure
parent3a2c4e50ab891db305b73a0370b60109568b3db4 (diff)
downloadgcc-ade6dba45814964de2cec5fe8ece9fedbf7ee0fd.tar.gz
2012-10-03 Basile Starynkevitch <basile@starynkevitch.net>
* melt/warmelt-macro.melt (s_expr_weight): New exported function. (mexpand_debug): Use it to warn for heavy debug expressions. * melt/warmelt-normal.melt (create_normal_extending_context): Re-indent. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@192042 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-xlibstdc++-v3/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 6ff7148c708..4846e559b3e 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -3529,11 +3529,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 -'