aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2007-03-01 15:48:36 +0000
committerJoseph Myers <joseph@codesourcery.com>2007-03-01 15:48:36 +0000
commit066c2a57f5858310c9f12518317aecd4b54e753d (patch)
tree96c1e2aa519334dca5944619f25d68a93266c8ee /bfd/configure.in
parent563d09a555bb80235a244a71040dff9dd610e0e6 (diff)
downloadgdb-066c2a57f5858310c9f12518317aecd4b54e753d.zip
gdb-066c2a57f5858310c9f12518317aecd4b54e753d.tar.gz
gdb-066c2a57f5858310c9f12518317aecd4b54e753d.tar.bz2
bfd:
* Makefile.am (bfdver.h): Use "." not " " between version number and date. * Makefile.in: Regenerate. * configure.in (PKGVERSION): Default to "(GNU Binutils) ". * configure: Regenerate. binutils: * version.c (print_version): Update copyright date. gas: * as.c (parse_args): Update copyright date. gprof: * gprof.c: Include bfdver.h (main): Use BFD_VERSION_STRING for version number and package name. * Makefile.am (PKGVERSION): Remove. (INCLUDES): Update. Regenerate dependencies. * Makefile.in: Regenerate. * configure.in (PKGVERSION): Remove. * configure: Regenerate. ld: * ldver.c (ldversion): Remove word "version" from output. Update copyright date.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r--bfd/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index 0755226..9251e64 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -72,7 +72,7 @@ AC_ARG_WITH(pkgversion,
no) PKGVERSION= ;;
*) PKGVERSION="($withval) " ;;
esac],
- PKGVERSION=
+ PKGVERSION="(GNU Binutils) "
)
AC_SUBST(PKGVERSION)