configure.ac (ACX_BUGURL): Update.

* configure.ac (ACX_BUGURL): Update.
	* configure: Regenerate.

From-SVN: r245299
This commit is contained in:
Gerald Pfeifer 2017-02-09 10:56:08 +00:00 committed by Gerald Pfeifer
parent e228c50f3a
commit 19e30111ee
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2017-02-09 Gerald Pfeifer <gerald@pfeifer.com>
* configure.ac (ACX_BUGURL): Update.
* configure: Regenerate.
2017-01-17 Jakub Jelinek <jakub@redhat.com>
PR other/79046

View File

@ -4446,7 +4446,7 @@ if test "${with_bugurl+set}" = set; then :
;;
esac
else
BUGURL="http://gcc.gnu.org/bugs.html"
BUGURL="https://gcc.gnu.org/bugs/"
fi

View File

@ -53,7 +53,7 @@ ACX_CHECK_PROG_VER([MAKEINFO], [makeinfo], [--version],
[4.[4-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*])
AM_CONDITIONAL(BUILD_INFO, test $gcc_cv_prog_makeinfo_modern = "yes")
ACX_BUGURL([http://gcc.gnu.org/bugs.html])
ACX_BUGURL([https://gcc.gnu.org/bugs/])
# Configure libtool
AM_PROG_LIBTOOL