GNU Binutils with patches for OS216
Revisión | 0aff3d5c72d5c090be861f34f8aa543fb6590e45 (tree) |
---|---|
Tiempo | 2011-11-21 21:52:28 |
Autor | Tristan Gingold <gingold@adac...> |
Commiter | Tristan Gingold |
bfd/
2011-11-21 Tristan Gingold <gingold@adacore.com>
* configure.in: Bump version to 2.22
* Makefile.am (RELEASE): Set.
* configure, Makefile.in: Regenerate.
@@ -1,3 +1,9 @@ | ||
1 | +2011-11-21 Tristan Gingold <gingold@adacore.com> | |
2 | + | |
3 | + * configure.in: Bump version to 2.22 | |
4 | + * Makefile.am (RELEASE): Set. | |
5 | + * configure, Makefile.in: Regenerate. | |
6 | + | |
1 | 7 | 2011-11-15 Maxim Kuvyrkov <maxim@codesourcery.com> |
2 | 8 | |
3 | 9 | Backport from mainline: |
@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = 1.11 no-dist foreign | ||
4 | 4 | ACLOCAL_AMFLAGS = -I . -I .. -I ../config |
5 | 5 | |
6 | 6 | # Uncomment the following line when doing a release. |
7 | -# RELEASE=y | |
7 | +RELEASE=y | |
8 | 8 | |
9 | 9 | INCDIR = $(srcdir)/../include |
10 | 10 | CSEARCH = -I. -I$(srcdir) -I$(INCDIR) |
@@ -320,7 +320,7 @@ AUTOMAKE_OPTIONS = 1.11 no-dist foreign | ||
320 | 320 | ACLOCAL_AMFLAGS = -I . -I .. -I ../config |
321 | 321 | |
322 | 322 | # Uncomment the following line when doing a release. |
323 | -# RELEASE=y | |
323 | +RELEASE = y | |
324 | 324 | INCDIR = $(srcdir)/../include |
325 | 325 | CSEARCH = -I. -I$(srcdir) -I$(INCDIR) |
326 | 326 | SUBDIRS = doc po |
@@ -3988,7 +3988,7 @@ fi | ||
3988 | 3988 | |
3989 | 3989 | # Define the identity of the package. |
3990 | 3990 | PACKAGE=bfd |
3991 | - VERSION=2.21.90 | |
3991 | + VERSION=2.22 | |
3992 | 3992 | |
3993 | 3993 | |
3994 | 3994 | cat >>confdefs.h <<_ACEOF |
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c]) | ||
8 | 8 | AC_CANONICAL_TARGET |
9 | 9 | AC_ISC_POSIX |
10 | 10 | |
11 | -AM_INIT_AUTOMAKE(bfd, 2.21.90) | |
11 | +AM_INIT_AUTOMAKE(bfd, 2.22) | |
12 | 12 | |
13 | 13 | dnl These must be called before LT_INIT, because it may want |
14 | 14 | dnl to call AC_CHECK_PROG. |