diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2007-03-23 17:12:32 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2007-03-23 10:12:32 -0700 |
commit | 59eaca2f8e08bdaf5761d4b26daef2280ecc6c16 (patch) | |
tree | 30e70013f531aa931b5c8e0576515c63ad5d1d3d /config/acx.m4 | |
parent | 2ed941ecd0ad232cf5813d0342bb3fd69407622c (diff) | |
download | gcc-59eaca2f8e08bdaf5761d4b26daef2280ecc6c16.tar.gz |
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
Diffstat (limited to 'config/acx.m4')
-rw-r--r-- | config/acx.m4 | 2 |
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) |