bfd: update to AC_INIT
authorMike Frysinger <vapier@gentoo.org>
Fri, 27 Jul 2012 16:30:57 +0000 (16:30 +0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 27 Jul 2012 16:30:57 +0000 (16:30 +0000)
commitc4dd807e7bd468289a05d8af2d6cde45d727893b
tree997cd50308dde6d61fabc28e9c5ae4e5523b66d7
parenta8a64aa848820a3143319ad3bce00d1a2f815cc5
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>
18 files changed:
bfd/ChangeLog
bfd/configure
bfd/configure.in
binutils/ChangeLog
binutils/configure
binutils/configure.in
gas/ChangeLog
gas/configure
gas/configure.in
gprof/ChangeLog
gprof/configure
gprof/configure.in
ld/ChangeLog
ld/configure
ld/configure.in
opcodes/ChangeLog
opcodes/configure
opcodes/configure.in