summaryrefslogtreecommitdiff
path: root/config/acx.m4
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-03-23 17:11:54 +0000
committerH.J. Lu <hjl@lucon.org>2007-03-23 17:11:54 +0000
commitdbd9cf47803ce5dea8f4bfc4296673f1514b0327 (patch)
tree7fb37bfc3560d5d62b72690e1ee8ce520266b2f3 /config/acx.m4
parent29202c40943d91aa0591c86c87c25899b9016872 (diff)
downloadgdb-dbd9cf47803ce5dea8f4bfc4296673f1514b0327.tar.gz
2007-03-23 H.J. Lu <hongjiu.lu@intel.com>
* acx.m4 (ACX_BUGURL): Replace "@" with "@@" for REPORT_BUGS_TEXI.
Diffstat (limited to 'config/acx.m4')
-rw-r--r--config/acx.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/acx.m4 b/config/acx.m4
index 73afe8d70ce..b8676fc7af8 100644
--- a/config/acx.m4
+++ b/config/acx.m4
@@ -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)