diff options
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 8e828a7..b751fc3 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 |
