diff options
author | Tom Tromey <tromey@redhat.com> | 2013-11-06 07:20:41 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-11-18 13:29:01 -0700 |
commit | e26b6bb047e55e8c1465691886ee21117394b7a6 (patch) | |
tree | 651b4a053bf320b318a8eeee0bfa5ce4c9fc5a7e /gdb/gnulib/aclocal.m4 | |
parent | a3d08894e544f6b9e65581469cbbafbe39a353fe (diff) | |
download | gdb-e26b6bb047e55e8c1465691886ee21117394b7a6.zip gdb-e26b6bb047e55e8c1465691886ee21117394b7a6.tar.gz gdb-e26b6bb047e55e8c1465691886ee21117394b7a6.tar.bz2 |
import gnulib dirent module
This imports the gnulib dirent module. It doesn't make any other
changes to gdb.
2013-11-18 Tom Tromey <tromey@redhat.com>
* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
* gnulib/aclocal.m4: Update.
* gnulib/config.in: Update.
* gnulib/configure: Update.
* gnulib/import/Makefile.am: Update.
* gnulib/import/Makefile.in: Update.
* gnulib/import/dirent.in.h: New.
* gnulib/import/m4/dirent_h.m4: New.
* gnulib/import/m4/gnulib-cache.m4: Update.
* gnulib/import/m4/gnulib-comp.m4: Update.
Diffstat (limited to 'gdb/gnulib/aclocal.m4')
-rw-r--r-- | gdb/gnulib/aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gnulib/aclocal.m4 b/gdb/gnulib/aclocal.m4 index c541001..ba89b44 100644 --- a/gdb/gnulib/aclocal.m4 +++ b/gdb/gnulib/aclocal.m4 @@ -1016,6 +1016,7 @@ m4_include([import/m4/00gnulib.m4]) m4_include([import/m4/alloca.m4]) m4_include([import/m4/codeset.m4]) m4_include([import/m4/configmake.m4]) +m4_include([import/m4/dirent_h.m4]) m4_include([import/m4/errno_h.m4]) m4_include([import/m4/exponentd.m4]) m4_include([import/m4/exponentl.m4]) |