diff options
author | Joseph Myers <joseph@codesourcery.com> | 2007-03-01 15:48:36 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2007-03-01 15:48:36 +0000 |
commit | 066c2a57f5858310c9f12518317aecd4b54e753d (patch) | |
tree | 96c1e2aa519334dca5944619f25d68a93266c8ee /gprof/configure.in | |
parent | 563d09a555bb80235a244a71040dff9dd610e0e6 (diff) | |
download | gdb-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 'gprof/configure.in')
-rw-r--r-- | gprof/configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gprof/configure.in b/gprof/configure.in index 9cfe317..13d592d 100644 --- a/gprof/configure.in +++ b/gprof/configure.in @@ -13,19 +13,6 @@ AM_INIT_AUTOMAKE(gprof, ${BFD_VERSION}) AM_PROG_LIBTOOL -# Package version. For an official FSF release, it is empty. -AC_ARG_WITH(pkgversion, - AS_HELP_STRING([--with-pkgversion=PKG], - [Add PKG to the version string]), - [case "$withval" in - yes) AC_MSG_ERROR([package version not specified]) ;; - no) PKGVERSION= ;; - *) PKGVERSION="($withval) " ;; - esac], - PKGVERSION= -) -AC_SUBST(PKGVERSION) - # The location to which bugs should be reported. AC_ARG_WITH(bugurl, AS_HELP_STRING([--with-bugurl=URL], |