diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-07-27 16:30:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-07-27 16:30:46 +0000 |
commit | ff557cac634a7675676cb84a573ceadd8b4dbbcb (patch) | |
tree | 6f530137dc6de13ce0a5878f15b5ae4bd65bcdd0 /binutils/ChangeLog | |
parent | 23ecd77a697ab1a77d95fa894483adb79ecd3fc4 (diff) | |
download | binutils-redhat-ff557cac634a7675676cb84a573ceadd8b4dbbcb.tar.gz |
bfd: update to AC_INIT
Move the package name/version from AM_INIT_AUTOMAKE to AC_INIT per recent
autotools guidelines. We use recent versions of both, so it shouldn't be
a problem.
This sets PACKAGE_xxx variables correctly, and makes the output of:
./configure --version
actually useful:
bfd configure 2.22.52
Changing the other dirs to use AC_INIT would require a bit of m4 trickery
that I don't feel like getting into, and they all use BFD_VERSION anyways,
so there isn't much point.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 58d69e8857..2d3e0e3735 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2012-07-27 Mike Frysinger <vapier@gentoo.org> + + * configure.in (BFD_VERSION): Run bfd/configure --version and + parse the output of that. + * configure: Regenerate. + 2012-07-27 Tristan Gingold <gingold@adacore.com> * NEWS: Add marker for 2.23. |