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:
authorH.J. Lu <hjl.tools@gmail.com>2007-03-23 20:11:54 +0300
committerH.J. Lu <hjl.tools@gmail.com>2007-03-23 20:11:54 +0300
commit82654d5c013536dc1421beb553ff51fad1b63b9a (patch)
treeb70bf24b6b0c0439786fa91c8b5cf31ad0f1764e
parente5e4cdeda7e098a72e4dd6552db3f8fc278e19d3 (diff)
2007-03-23 H.J. Lu <hongjiu.lu@intel.com>
* acx.m4 (ACX_BUGURL): Replace "@" with "@@" for REPORT_BUGS_TEXI.
-rw-r--r--config/ChangeLog5
-rw-r--r--config/acx.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 250c3ff6a..1b9b27356 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 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)