diff options
author | haubi <haubi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-13 10:51:03 +0000 |
---|---|---|
committer | haubi <haubi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-13 10:51:03 +0000 |
commit | 888655a44f6b65675f0d81ec60e002f0b5a3b2bf (patch) | |
tree | 4167be3db9c660c5bba640ae5bf8ea4051605f82 /libstdc++-v3/configure | |
parent | 0e5d91b282a09d4186f6837eb3fe714763bba2f8 (diff) | |
download | gcc-888655a44f6b65675f0d81ec60e002f0b5a3b2bf.tar.gz |
libstdc++: Bump to automake 1.11.6
2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
* Makefile.in: Regenerated with automake-1.11.6.
* aclocal.m4: Likewise.
* configure: Likewise.
* doc/Makefile.in: Likewise.
* include/Makefile.in: Likewise.
* libsupc++/Makefile.in: Likewise.
* po/Makefile.in: Likewise.
* python/Makefile.in: Likewise.
* src/Makefile.in: Likewise.
* src/c++11/Makefile.in: Likewise.
* src/c++98/Makefile.in: Likewise.
* src/filesystem/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223125 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 90a5192db80..e0d1ca7a799 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -3666,11 +3666,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 -' |