diff options
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 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) |