Joel Sherrill <[email protected]> writes:

> From: Chris Johns <[email protected]>
>
> libstdc++-v3/ChangeLog:
>
>       * configure: Regenerate.
>       * configure.ac (newlib, *-rtems*): Add HAVE_SYS_IOCTL_H,
>       HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H, HAVE_S_ISREG, HAVE_UNISTD_H,
>       HAVE_UNLINKAT, _GLIBCXX_USE_CHMOD, _GLIBCXX_USE_MKDIR,
>         _GLIBCXX_USE_CHDIR, _GLIBCXX_USE_GETCWD, _GLIBCXX_USE_UTIME,
>         _GLIBCXX_USE_LINK, _GLIBCXX_USE_READLINK, _GLIBCXX_USE_SYMLINK,
>         _GLIBCXX_USE_TRUNCATE and _GLIBCXX_USE_FDOPENDIR.
> ---
>  libstdc++-v3/configure    | 60 +++++++++++++++++++++++++++++++++++++--
>  libstdc++-v3/configure.ac | 21 ++++++++++++++
>  2 files changed, 78 insertions(+), 3 deletions(-)
>
> diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
> index c0eaeb97c49..52baad7f61a 100755
> --- a/libstdc++-v3/configure
> +++ b/libstdc++-v3/configure
> @@ -893,6 +893,7 @@ infodir
>  docdir
>  oldincludedir
>  includedir
> +runstatedir
>  localstatedir
>  sharedstatedir
>  sysconfdir
> @@ -1027,6 +1028,7 @@ datadir='${datarootdir}'
>  sysconfdir='${prefix}/etc'
>  sharedstatedir='${prefix}/com'
>  localstatedir='${prefix}/var'
> +runstatedir='${localstatedir}/run'

The runstatedir hunks come from a patched autoconf. Can you regenerate
with a vanilla one please?

Reply via email to