diff options
| author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-23 17:12:32 +0000 |
|---|---|---|
| committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-23 17:12:32 +0000 |
| commit | 02488ab3309ca80ccd51cd24fb18fb8a437b982a (patch) | |
| tree | 30e70013f531aa931b5c8e0576515c63ad5d1d3d | |
| parent | 788002f3dac20d0e196ef9cd158ef6826f445e63 (diff) | |
| download | ppe42-gcc-02488ab3309ca80ccd51cd24fb18fb8a437b982a.tar.gz ppe42-gcc-02488ab3309ca80ccd51cd24fb18fb8a437b982a.zip | |
2007-03-23 H.J. Lu <hongjiu.lu@intel.com>
* acx.m4 (ACX_BUGURL): Replace "@" with "@@" for
REPORT_BUGS_TEXI.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123160 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 250c3ff6a34..1b9b27356ae 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 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) |

