diff options
author | Joseph Myers <joseph@codesourcery.com> | 2007-03-22 21:18:34 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2007-03-22 21:18:34 +0000 |
commit | e49e529d120e4bf2c93791900a41cf1a9e7e3cef (patch) | |
tree | 4a55d8397f1979da3964d87fb7771b9dff70a93c /bfd/configure.in | |
parent | 5200c3f3c16c1451b4e4c5028d5a58b27d4dc3db (diff) | |
download | ppe42-binutils-e49e529d120e4bf2c93791900a41cf1a9e7e3cef.tar.gz ppe42-binutils-e49e529d120e4bf2c93791900a41cf1a9e7e3cef.zip |
bfd:
* Makefile.am (bfdver.h): Only set VERSION_PACKAGE in bfdver.texi
if nonempty.
* configure.in (REPORT_BUGS_TO): Do not use "URL:" prefix.
* Makefile.in, configure, doc/Makefile.in: Regenerate.
binutils:
* doc/binutils.texi: Include VERSION_PACKAGE when reporting
version.
gas:
* doc/as.texinfo: Include VERSION_PACKAGE when reporting version.
gprof:
* Makefile.am (TEXI2POD): Include $(AM_MAKEINFOFLAGS).
(AM_MAKEINFOFLAGS, TEXI2DVI): Define with -I ../bfd/doc.
* Makefile.in: Regenerate.
* gprof.texi: Include bfdver.texi. Report both VERSION_PACKAGE
and VERSION.
ld:
* ld.texinfo: Include VERSION_PACKAGE when reporting version.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index 1cd339bf1b..bb7065bb21 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -85,11 +85,11 @@ AC_ARG_WITH(bugurl, no) REPORT_BUGS_TO=""; REPORT_BUGS_TEXI="" ;; - *) REPORT_BUGS_TO="<URL:$withval>" + *) REPORT_BUGS_TO="<$withval>" REPORT_BUGS_TEXI="@uref{`echo $withval | sed 's/@/@@/g'`}" ;; esac], - REPORT_BUGS_TO="<URL:http://www.sourceware.org/bugzilla/>" + REPORT_BUGS_TO="<http://www.sourceware.org/bugzilla/>" REPORT_BUGS_TEXI="@uref{http://www.sourceware.org/bugzilla/}" ) AC_SUBST(REPORT_BUGS_TO) |