diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-11 19:35:32 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-11 19:35:32 +0000 |
commit | 457683de3c7050acb3c8bccfacb76440695b3658 (patch) | |
tree | 0529361238fcf9019d2cbd411c2c2eba7c3283d3 /libstdc++-v3/configure.in | |
parent | a50bfce606d9d5f4d3d1a0dfb90c13866a2ad141 (diff) | |
download | gcc-457683de3c7050acb3c8bccfacb76440695b3658.tar.gz |
2001-06-11 Phil Edwards <pme@sources.redhat.com>
* README: Update to reflect reality.
* acinclude.m4: Update descriptions, fix typos. Comment changes only.
* configure.in: Make certain target_alias is set and subst'd for 2.50.
* aclocal.m4: Regenerate.
* configure: Regenerate (with 2.13).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43203 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r-- | libstdc++-v3/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index 468e8df09bb..b526c408e32 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -33,7 +33,11 @@ dnl This is here just to satisfy automake. ifelse(not,equal,[AC_CONFIG_AUX_DIR(..)]) # Gets and sets build, host, target, *_vendor, *_cpu, *_os, etc. +# AC 2.50 sets target_alias iff the user specified --target, but we use it +# everywhere, so we set it here just to be sure. AC_CANONICAL_SYSTEM +target_alias=${target_alias-$target} +AC_SUBST(target_alias) # We use these options to decide which functions to include. AC_ARG_WITH(target-subdir, |