diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-03-23 17:11:54 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-03-23 17:11:54 +0000 |
commit | 536d5a693945ba0111cc539a2e0a79b69c711185 (patch) | |
tree | 94dd95c832bad8d37d212b2288dee9c9738c6d9c /config | |
parent | 0003779b5d03ebe258ecbce39f7d08d12a34aab0 (diff) | |
download | gdb-536d5a693945ba0111cc539a2e0a79b69c711185.zip gdb-536d5a693945ba0111cc539a2e0a79b69c711185.tar.gz gdb-536d5a693945ba0111cc539a2e0a79b69c711185.tar.bz2 |
2007-03-23 H.J. Lu <hongjiu.lu@intel.com>
* acx.m4 (ACX_BUGURL): Replace "@" with "@@" for
REPORT_BUGS_TEXI.
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 5 | ||||
-rw-r--r-- | config/acx.m4 | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 250c3ff..1b9b273 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -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. diff --git a/config/acx.m4 b/config/acx.m4 index 73afe8d..b8676fc 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) |