diff options
author | cgd <cgd@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-23 19:18:29 +0000 |
---|---|---|
committer | cgd <cgd@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-23 19:18:29 +0000 |
commit | 550e2687fef3c46e8cfe77e0345dfec8997661fb (patch) | |
tree | 8692a7e8e7d85ebab04edc70f60191d2f62f4218 /libstdc++-v3/configure.in | |
parent | 090657933b585d0b7104d321817346f68c74f8d3 (diff) | |
download | gcc-550e2687fef3c46e8cfe77e0345dfec8997661fb.tar.gz |
2001-01-23 Chris Demetriou <cgd@broadcom.com>
* configure.in: Place definition of MULTISUBDIR in
libsupc++/Makefile as is done for src/Makefile.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39205 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r-- | libstdc++-v3/configure.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index 8e828a79b0f..b751fc32afb 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -297,14 +297,15 @@ if test ! -d "$blddir/include"; then fi # NB: Multilibs need MULTISUBDIR defined correctly in src/Makefile.am -# so that multilib installs will end up installed in the correct -# place. To work around this not being passed down from config-ml.in -# -> top_srcdir/Makefile.am -> top_srcdir/src/Makefile.am, manually -# append it here. +# and libsupc++/Makefile.am so that multilib installs will end up +# installed in the correct place. To work around this not being passed +# down from config-ml.in -> top_srcdir/Makefile.am -> +# top_srcdir/{src,libsupc++}/Makefile.am, manually append it here. AC_OUTPUT(tests_flags mkcheck Makefile src/Makefile libmath/Makefile libio/Makefile libsupc++/Makefile, [if test -n "$CONFIG_FILES"; then ac_file=Makefile . ${glibcpp_basedir}/../config-ml.in grep '^MULTISUBDIR =' Makefile >> src/Makefile + grep '^MULTISUBDIR =' Makefile >> libsupc++/Makefile fi chmod +x tests_flags chmod +x mkcheck |