This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 2e98a7bd882356a23076ad4a51a251d9ab1ce070


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  2e98a7bd882356a23076ad4a51a251d9ab1ce070 (commit)
      from  2900af2d0ad6f939640bbc497ea15f9fb6f3ff52 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2e98a7bd882356a23076ad4a51a251d9ab1ce070

commit 2e98a7bd882356a23076ad4a51a251d9ab1ce070
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Jul 4 11:35:16 2014 +0930

    Use modern AC_INIT in configure.in
    
    This removes usage of the obsolete AC_INIT and AM_INIT_AUTOMAKE in all
    binutils configure.in files.  The BFD version is now in bfd/version.m4
    rather than bfd/configure.in, which allows automake to automatically
    track this dependency.
    
    bfd/
    	* version.m4: New file.
    	* configure.in: Include version.m4.
    	(AC_INIT): Update.
    	* Makefile.am (RELEASE): Delete.
    	(bfdver.h): Depend on development.sh, use instead of RELEASE.
    	* Makefile.in: Regenerate.
    	* doc/Makefile.in: Regenerate.
    opcodes/
    	* configure.in: Include bfd/version.m4.
    	(AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
    	(BFD_VERSION): Delete.
    	* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
    	* configure: Regenerate.
    	* Makefile.in: Regenerate.
    binutils/
    	* configure.in: Include bfd/version.m4.
    	(AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
    	(BFD_VERSION): Delete.
    	* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
    	* configure: Regenerate.
    	* Makefile.in: Regenerate.
    	* doc/Makefile.in: Regenerate.
    gas/
    	* configure.in: Include bfd/version.m4.
    	(AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
    	(BFD_VERSION): Delete.
    	* configure.com: Get bfd version from bfd/version.m4.
    	* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
    	* configure: Regenerate.
    	* Makefile.in: Regenerate.
    	* doc/Makefile.in: Regenerate.
    gprof/
    	* configure.in: Include bfd/version.m4.
    	(AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
    	(BFD_VERSION): Delete.
    	* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
    	* configure: Regenerate.
    	* Makefile.in: Regenerate.
    ld/
    	* configure.in: Include bfd/version.m4.
    	(AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
    	(BFD_VERSION): Delete.
    	* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
    	* configure: Regenerate.
    	* Makefile.in: Regenerate.

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog            |   10 ++++++++++
 bfd/Makefile.am          |    8 +++-----
 bfd/Makefile.in          |   10 ++++------
 bfd/configure.in         |    3 ++-
 bfd/doc/Makefile.in      |    2 +-
 bfd/version.m4           |    1 +
 binutils/ChangeLog       |   10 ++++++++++
 binutils/Makefile.am     |    6 ++----
 binutils/Makefile.in     |   10 ++++------
 binutils/configure       |   41 +++++++++++++++++++++--------------------
 binutils/configure.in    |    8 +++-----
 binutils/doc/Makefile.in |    3 ++-
 gas/ChangeLog            |   17 +++++++++++++++--
 gas/Makefile.am          |    6 +++---
 gas/Makefile.in          |    8 ++++----
 gas/configure            |   41 +++++++++++++++++++++--------------------
 gas/configure.com        |    8 ++++----
 gas/configure.in         |    8 +++-----
 gas/doc/Makefile.in      |    2 +-
 gprof/ChangeLog          |    9 +++++++++
 gprof/Makefile.am        |    6 ++----
 gprof/Makefile.in        |   10 ++++------
 gprof/configure          |   41 +++++++++++++++++++++--------------------
 gprof/configure.in       |    8 +++-----
 ld/ChangeLog             |    9 +++++++++
 ld/Makefile.am           |    7 +++----
 ld/Makefile.in           |   10 +++++-----
 ld/configure             |   41 +++++++++++++++++++++--------------------
 ld/configure.in          |    8 +++-----
 opcodes/ChangeLog        |   13 +++++++++++--
 opcodes/Makefile.am      |    6 ++----
 opcodes/Makefile.in      |   10 ++++------
 opcodes/configure        |   45 +++++++++++++++++++++------------------------
 opcodes/configure.in     |   12 +++---------
 34 files changed, 235 insertions(+), 202 deletions(-)
 create mode 100644 bfd/version.m4


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]