diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2018-07-25 12:01:39 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2018-07-25 12:01:39 +0100 |
commit | a9d49e9681cb68b6ead50c0c526d2b3d84bd3dd9 (patch) | |
tree | 95fe9a0947205552b904ee0d5a6d4e2157ba862f /libstdc++-v3/acinclude.m4 | |
parent | 1fba0606b813ab0925e7fc9ee92c9b57c7c3b94f (diff) | |
download | gcc-a9d49e9681cb68b6ead50c0c526d2b3d84bd3dd9.zip gcc-a9d49e9681cb68b6ead50c0c526d2b3d84bd3dd9.tar.gz gcc-a9d49e9681cb68b6ead50c0c526d2b3d84bd3dd9.tar.bz2 |
Add new src/c++17 directory to list in acinclude.m4
* acinclude.m4 (glibcxx_SUBDIRS): Add src/c++17.
* src/Makefile.am: Add comment.
* src/c++17/Makefile.in: Regenerate.
From-SVN: r262964
Diffstat (limited to 'libstdc++-v3/acinclude.m4')
-rw-r--r-- | libstdc++-v3/acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index bbf3c8d..6d68e90 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -49,7 +49,7 @@ AC_DEFUN([GLIBCXX_CONFIGURE], [ # Keep these sync'd with the list in Makefile.am. The first provides an # expandable list at autoconf time; the second provides an expandable list # (i.e., shell variable) at configure time. - m4_define([glibcxx_SUBDIRS],[include libsupc++ src src/c++98 src/c++11 src/filesystem doc po testsuite python]) + m4_define([glibcxx_SUBDIRS],[include libsupc++ src src/c++98 src/c++11 src/c++17 src/filesystem doc po testsuite python]) SUBDIRS='glibcxx_SUBDIRS' # These need to be absolute paths, yet at the same time need to |