mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
binutils:
* configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of bug-reporting URL. * doc/Makefile.am (config.texi): Define BUGURL. * doc/binutils.texi: Use BUGURL. Remove text about large files and uuencoding. * Makefile.in, configure, doc/Makefile.in: Regenerate. gas: * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of bug-reporting URL. * doc/Makefile.am (gasver.texi): Define BUGURL. * doc/as.texinfo: Use BUGURL. * Makefile.in, configure, doc/Makefile.in: Regenerate. ld: * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of bug-reporting URL. * Makefile.am (ldver.texi): Define BUGURL. * ld.texinfo: Use BUGURL. * Makefile.in, configure: Regenerate.
This commit is contained in:
@ -72,12 +72,18 @@ AC_ARG_WITH(bugurl,
|
||||
[Direct users to URL to report a bug]),
|
||||
[case "$withval" in
|
||||
yes) AC_MSG_ERROR([bug URL not specified]) ;;
|
||||
no) REPORT_BUGS_TO="" ;;
|
||||
*) REPORT_BUGS_TO="<URL:$withval>" ;;
|
||||
no) REPORT_BUGS_TO="";
|
||||
REPORT_BUGS_TEXI=""
|
||||
;;
|
||||
*) REPORT_BUGS_TO="<URL:$withval>"
|
||||
REPORT_BUGS_TEXI="@uref{`echo $withval | sed 's/@/@@/g'`}"
|
||||
;;
|
||||
esac],
|
||||
REPORT_BUGS_TO="<URL:http://www.sourceware.org/bugzilla/>"
|
||||
REPORT_BUGS_TEXI="@uref{http://www.sourceware.org/bugzilla/}"
|
||||
)
|
||||
AC_SUBST(REPORT_BUGS_TO)
|
||||
AC_SUBST(REPORT_BUGS_TEXI)
|
||||
|
||||
AM_BINUTILS_WARNINGS
|
||||
|
||||
|
Reference in New Issue
Block a user