2013-01-17 Pedro Alves <palves@redhat.com>
authorPedro Alves <palves@redhat.com>
Thu, 17 Jan 2013 11:06:26 +0000 (11:06 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 17 Jan 2013 11:06:26 +0000 (11:06 +0000)
* 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.

gdb/ChangeLog
gdb/Makefile.in
gdb/acinclude.m4
gdb/aclocal.m4

index b4484d41e66bc14c65bf10b5a1a5a23a34a0ab4b..d9db2b5c9d37f918e9a9117e5309627931eb9275 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
 2013-01-16  Doug Evans  <dje@google.com>
 
        * contrib/cc-with-tweaks.sh: Add references to Fission docs.
index beb5bcb8591da428465adf0f1bce9ca49262d036..7305e6dd8feb268f3ef4f6a2c67e743856e6229d 100644 (file)
@@ -1313,15 +1313,17 @@ config.status: $(srcdir)/configure configure.tgt configure.host
 
 ACLOCAL = aclocal
 ACLOCAL_AMFLAGS = -I ../config
+
+# Keep these in sync with the includes in acinclude.m4.
 aclocal_m4_deps = \
        configure.ac \
        acx_configure_dir.m4 \
-       ../config/extensions.m4 \
-       ../config/lead-dot.m4 \
-       ../config/proginstall.m4 \
        ../bfd/bfd.m4 \
        ../config/acinclude.m4 \
+       ../config/plugins.m4 \
+       ../config/lead-dot.m4 \
        ../config/override.m4 \
+       ../config/largefile.m4 \
        ../config/gettext-sister.m4 \
        ../config/lib-ld.m4 \
        ../config/lib-prefix.m4 \
@@ -1330,7 +1332,8 @@ aclocal_m4_deps = \
        ../config/tcl.m4 \
        ../config/depstand.m4 \
        ../config/lcmessage.m4 \
-       ../config/codeset.m4
+       ../config/codeset.m4 \
+       ../config/zlib.m4
 
 $(srcdir)/aclocal.m4: @MAINTAINER_MODE_TRUE@ $(aclocal_m4_deps)
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
index 5399e40065b12f60b5a18f2f8fd1457d900c3a56..25caddda69f7e4c338e2b0b9a27edb27ad7c6394 100644 (file)
@@ -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.
index fdd8d08366a538ecf04a840df67b092b2662948b..7b546b75e9be9c0f4fd2ea28a4ec83b03c2826f2 100644 (file)
@@ -106,7 +106,4 @@ AC_DEFUN([_AM_SUBST_NOTMAKE])
 # Public sister of _AM_SUBST_NOTMAKE.
 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 
-m4_include([../config/largefile.m4])
-m4_include([../config/lead-dot.m4])
-m4_include([../config/plugins.m4])
 m4_include([acinclude.m4])