diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2018-08-07 18:13:52 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2018-08-07 18:13:52 -0400 |
commit | 8a99096f31142d7a58962066c801a35b4c5c8bfa (patch) | |
tree | 0412a9f5b6dc82580d39471995545835597dadeb /gdb/gnulib/config.in | |
parent | 5c831bb1eb6b22cd1705b98188b7d1b0633e7c54 (diff) | |
download | gdb-8a99096f31142d7a58962066c801a35b4c5c8bfa.zip gdb-8a99096f31142d7a58962066c801a35b4c5c8bfa.tar.gz gdb-8a99096f31142d7a58962066c801a35b4c5c8bfa.tar.bz2 |
Import gnulib's mkdir module
The following patch makes use of the mkdir function. Import the mkdir
gnulib module to ensure proper operation on all platforms.
gdb/ChangeLog:
* gnulib/aclocal.m4: Re-generate.
* gnulib/config.in: Re-generate.
* gnulib/configure: Re-generate.
* gnulib/import/Makefile.am: Re-generate.
* gnulib/import/Makefile.in: Re-generate.
* gnulib/import/m4/gnulib-cache.m4: Re-generate.
* gnulib/import/m4/gnulib-comp.m4: Re-generate.
* gnulib/import/m4/mkdir.m4: New file.
* gnulib/import/mkdir.c: New file.
* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkdir
module.
Diffstat (limited to 'gdb/gnulib/config.in')
-rw-r--r-- | gdb/gnulib/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gnulib/config.in b/gdb/gnulib/config.in index 543eb8b..41351ea 100644 --- a/gdb/gnulib/config.in +++ b/gdb/gnulib/config.in @@ -64,6 +64,10 @@ MSVC and with C++ compilers. */ #undef FLEXIBLE_ARRAY_MEMBER +/* Define to 1 if mkdir mistakenly creates a directory given with a trailing + dot component. */ +#undef FUNC_MKDIR_DOT_BUG + /* Define to 1 if realpath() can malloc memory, always gives an absolute path, and handles trailing slash correctly. */ #undef FUNC_REALPATH_WORKS |