mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
c4dd807e7b
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>
31 lines
732 B
Plaintext
31 lines
732 B
Plaintext
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-06-02 Andreas Schwab <schwab@linux-m68k.org>
|
||
|
||
* Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix.
|
||
* Makefile.in: Regenerate.
|
||
|
||
2012-03-06 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* corefile.c (core_create_function_syms): Do not call bsearch if
|
||
symbol_map_count is 0.
|
||
|
||
2012-02-06 Nick Clifton <nickc@redhat.com>
|
||
|
||
* po/sr.po: New Serbian translation.
|
||
* configure.in (ALL_LINGUAS): Add sr.
|
||
* configure: Regenerate.
|
||
|
||
For older changes see ChangeLog-2011
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|