]> gcc.gnu.org Git - gcc.git/commitdiff
acx.m4 (ACX_BUGURL): Replace "@" with "@@" for REPORT_BUGS_TEXI.
authorH.J. Lu <hongjiu.lu@intel.com>
Fri, 23 Mar 2007 17:12:32 +0000 (17:12 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Fri, 23 Mar 2007 17:12:32 +0000 (10:12 -0700)
2007-03-23  H.J. Lu  <hongjiu.lu@intel.com>

* acx.m4 (ACX_BUGURL): Replace "@" with "@@" for
REPORT_BUGS_TEXI.

From-SVN: r123160

config/ChangeLog
config/acx.m4

index 250c3ff6a34bf546374e50309ceb0415df20c1bf..1b9b27356aeacc5e578a4147b756cec54044c3c5 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 73afe8d70ce2def02eef8688159eff0b259f703b..b8676fc7af862da5dbafa29a4fe1ebbf4873ce94 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)
This page took 0.080917 seconds and 5 git commands to generate.