diff options
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rwxr-xr-x | bfd/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a598833..3ab3925 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2003-03-23 H.J. Lu <hongjiu.lu@intel.com> + + * configure: Regenerated. + 2007-03-23 Joseph Myers <joseph@codesourcery.com> * configure.in: Use ACX_PKGVERSION and ACX_BUGURL. diff --git a/bfd/configure b/bfd/configure index fe5e9ce..b32160b 100755 --- a/bfd/configure +++ b/bfd/configure @@ -4424,7 +4424,7 @@ echo "$as_me: error: bug URL not specified" >&2;} esac else REPORT_BUGS_TO="<http://www.sourceware.org/bugzilla/>" - REPORT_BUGS_TEXI="@uref{http://www.sourceware.org/bugzilla/}" + REPORT_BUGS_TEXI="@uref{`echo http://www.sourceware.org/bugzilla/ | sed 's/@/@@/g'`}" fi; |