OSDN Git Service

2007-03-23 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl>
Fri, 23 Mar 2007 17:11:54 +0000 (17:11 +0000)
committerhjl <hjl>
Fri, 23 Mar 2007 17:11:54 +0000 (17:11 +0000)
* acx.m4 (ACX_BUGURL): Replace "@" with "@@" for
REPORT_BUGS_TEXI.

config/ChangeLog
config/acx.m4

index 250c3ff..1b9b273 100644 (file)
@@ -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.
index 73afe8d..b8676fc 100644 (file)
@@ -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)