Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 73afe8d70..b8676fc7a 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)