From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 0A130384F4BD; Mon, 21 Nov 2022 08:04:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0A130384F4BD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669017893; bh=yfoox8TDB6qyZG8dAAA949KJ8O5bDqZMtQO1NM7/+Kw=; h=From:To:Subject:Date:From; b=hIDKKRya0BaXvwiDxUAiyRIBZfkfvIpIgujyBv5afM6VXYIej9NF8FiOaXncEH2Ba e6LJcnzNzpW2CvPpb+o+hhfC+gsxzJCKvi/SQ7Pp8YN11wlsiurHMsCmavS8wQRiCD CKnJp9da70ra36HcmOiixg7XPs8wjRr1pM64rKXo= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-4182] build: re-configure 2 files X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: b03ad138a61f64d8a77876d6864aad5103fff498 X-Git-Newrev: 139ffc7771b45ea5ef38d58b962976e3f269589c Message-Id: <20221121080453.0A130384F4BD@sourceware.org> Date: Mon, 21 Nov 2022 08:04:53 +0000 (GMT) List-Id: https://gcc.gnu.org/g:139ffc7771b45ea5ef38d58b962976e3f269589c commit r13-4182-g139ffc7771b45ea5ef38d58b962976e3f269589c Author: Martin Liska Date: Mon Nov 21 09:03:35 2022 +0100 build: re-configure 2 files libcpp/ChangeLog: * config.in: Re-configure. libstdc++-v3/ChangeLog: * src/experimental/Makefile.in: Re-configure. Diff: --- libcpp/config.in | 6 ++++++ libstdc++-v3/src/experimental/Makefile.in | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libcpp/config.in b/libcpp/config.in index 9983aee5912..32397b82166 100644 --- a/libcpp/config.in +++ b/libcpp/config.in @@ -186,6 +186,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H +/* Define if valgrind's memcheck.h header is installed. */ +#undef HAVE_MEMCHECK_H + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H @@ -234,6 +237,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define if valgrind's valgrind/memcheck.h header is installed. */ +#undef HAVE_VALGRIND_MEMCHECK_H + /* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST diff --git a/libstdc++-v3/src/experimental/Makefile.in b/libstdc++-v3/src/experimental/Makefile.in index 6b2cac94fe9..671f0703bcb 100644 --- a/libstdc++-v3/src/experimental/Makefile.in +++ b/libstdc++-v3/src/experimental/Makefile.in @@ -104,7 +104,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/../config/multi.m4 \ $(top_srcdir)/../config/no-executables.m4 \ $(top_srcdir)/../config/override.m4 \ - $(top_srcdir)/../config/stdint.m4 \ $(top_srcdir)/../config/toolexeclibdir.m4 \ $(top_srcdir)/../config/unwind_ipinfo.m4 \ $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \