From e49e529d120e4bf2c93791900a41cf1a9e7e3cef Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 22 Mar 2007 21:18:34 +0000 Subject: 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. --- bfd/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/configure') diff --git a/bfd/configure b/bfd/configure index efedc4b9dfd..bb651a599a9 100755 --- a/bfd/configure +++ b/bfd/configure @@ -4417,12 +4417,12 @@ echo "$as_me: error: bug URL not specified" >&2;} no) REPORT_BUGS_TO=""; REPORT_BUGS_TEXI="" ;; - *) REPORT_BUGS_TO="" + *) REPORT_BUGS_TO="<$withval>" REPORT_BUGS_TEXI="@uref{`echo $withval | sed 's/@/@@/g'`}" ;; esac else - REPORT_BUGS_TO="" + REPORT_BUGS_TO="" REPORT_BUGS_TEXI="@uref{http://www.sourceware.org/bugzilla/}" fi; -- cgit v1.2.1