acx.m4 (ACX_BUGURL): Replace "@" with "@@" for REPORT_BUGS_TEXI.

2007-03-23  H.J. Lu  <hongjiu.lu@intel.com>

	* acx.m4 (ACX_BUGURL): Replace "@" with "@@" for
	REPORT_BUGS_TEXI.

From-SVN: r123160
This commit is contained in:
H.J. Lu 2007-03-23 17:12:32 +00:00 committed by H.J. Lu
parent 2ed941ecd0
commit 59eaca2f8e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-03-23 H.J. Lu <hongjiu.lu@intel.com>
* acx.m4 (ACX_BUGURL): Replace "@" with "@@" for
REPORT_BUGS_TEXI.
2007-03-23 Joseph Myers <joseph@codesourcery.com>
* acx.m4 (ACX_PKGVERSION, ACX_BUGURL): Define.

View File

@ -585,7 +585,7 @@ AC_DEFUN([ACX_BUGURL],[
;;
esac],
REPORT_BUGS_TO="<$1>"
REPORT_BUGS_TEXI="@uref{$1}"
REPORT_BUGS_TEXI="@uref{`echo $1 | sed 's/@/@@/g'`}"
)
AC_SUBST(REPORT_BUGS_TO)
AC_SUBST(REPORT_BUGS_TEXI)