diff options
author | Pedro Alves <palves@redhat.com> | 2013-01-17 11:06:26 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-01-17 11:06:26 +0000 |
commit | 7d928dac62ff39c745635b275faaa4a618bb6743 (patch) | |
tree | b7574d95aaf9b06615ce193a7388957d5f040e3d /gdb/acinclude.m4 | |
parent | 9c9e1b263d68630de0b0b4488bd3504d048d5913 (diff) | |
download | gdb-7d928dac62ff39c745635b275faaa4a618bb6743.zip gdb-7d928dac62ff39c745635b275faaa4a618bb6743.tar.gz gdb-7d928dac62ff39c745635b275faaa4a618bb6743.tar.bz2 |
2013-01-17 Pedro Alves <palves@redhat.com>
* acinclude.m4: Include ../config/plugins.m4,
../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
* Makefile.in (aclocal_m4_deps): Update.
* aclocal.m4: Renegerate.
Diffstat (limited to 'gdb/acinclude.m4')
-rw-r--r-- | gdb/acinclude.m4 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/gdb/acinclude.m4 b/gdb/acinclude.m4 index 5399e40..25caddd 100644 --- a/gdb/acinclude.m4 +++ b/gdb/acinclude.m4 @@ -1,17 +1,30 @@ dnl written by Rob Savoye <rob@cygnus.com> for Cygnus Support dnl major rewriting for Tcl 7.5 by Don Libes <libes@nist.gov> +# Keep these includes in sync with the aclocal_m4_deps list in +# Makefile.in. + sinclude(acx_configure_dir.m4) dnl gdb/configure.in uses BFD_NEED_DECLARATION, so get its definition. sinclude(../bfd/bfd.m4) -dnl This gets the standard macros +dnl This gets the standard macros. sinclude(../config/acinclude.m4) -dnl This gets autoconf bugfixes +dnl This gets AC_PLUGINS, needed by ACX_LARGEFILE. +sinclude(../config/plugins.m4) + +dnl For ACX_LARGEFILE. +sinclude(../config/largefile.m4) + +dnl For AM_SET_LEADING_DOT. +sinclude(../config/lead-dot.m4) + +dnl This gets autoconf bugfixes. sinclude(../config/override.m4) +dnl For ZW_GNU_GETTEXT_SISTER_DIR. sinclude(../config/gettext-sister.m4) dnl For AC_LIB_HAVE_LINKFLAGS. |