acinclude.m4 (GLIBCXX_CONDITIONAL): New macro.
2003-08-27 Phil Edwards <pme@gcc.gnu.org> * acinclude.m4 (GLIBCXX_CONDITIONAL): New macro. Wrap AM_CONDITIONAL. Replace all calls to AM_CONDITIONAL with this one. (GLIBCXX_ENABLE_HOSTED): New macro, sets new variable is_hosted, used elsewhere in this file. (GLIBCXX_EVALUATE_CONDITIONALS): New macro... * configure.ac: ...called here to expand all conditionals. * Makefile.am: Conditionalize SUBDIRS on GLIBCXX_HOSTED. * include/Makefile.am: Remove redundant gxx_include_dir assignment. (install-freestanding-headers): New target, a subset of install-headers. Conditionalize install-data-local on GLIBCXX_HOSTED. * aclocal.m4, configure, Makefile.in, include/Makefile.in, libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in, testsuite/Makefile.in: Regenerated. From-SVN: r70854
Showing
- libstdc++-v3/ChangeLog 17 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/Makefile.am 5 additions, 1 deletionlibstdc++-v3/Makefile.am
- libstdc++-v3/Makefile.in 8 additions, 4 deletionslibstdc++-v3/Makefile.in
- libstdc++-v3/acinclude.m4 60 additions, 11 deletionslibstdc++-v3/acinclude.m4
- libstdc++-v3/aclocal.m4 104 additions, 55 deletionslibstdc++-v3/aclocal.m4
- libstdc++-v3/configure 143 additions, 77 deletionslibstdc++-v3/configure
- libstdc++-v3/configure.ac 7 additions, 1 deletionlibstdc++-v3/configure.ac
- libstdc++-v3/include/Makefile.am 21 additions, 1 deletionlibstdc++-v3/include/Makefile.am
- libstdc++-v3/include/Makefile.in 30 additions, 10 deletionslibstdc++-v3/include/Makefile.in
- libstdc++-v3/libmath/Makefile.in 2 additions, 0 deletionslibstdc++-v3/libmath/Makefile.in
- libstdc++-v3/libsupc++/Makefile.in 2 additions, 0 deletionslibstdc++-v3/libsupc++/Makefile.in
- libstdc++-v3/po/Makefile.in 2 additions, 0 deletionslibstdc++-v3/po/Makefile.in
- libstdc++-v3/src/Makefile.in 2 additions, 0 deletionslibstdc++-v3/src/Makefile.in
- libstdc++-v3/testsuite/Makefile.in 2 additions, 0 deletionslibstdc++-v3/testsuite/Makefile.in
Loading
Please register or sign in to comment