Commit 19e30111 by Gerald Pfeifer Committed by Gerald Pfeifer

configure.ac (ACX_BUGURL): Update.

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

From-SVN: r245299
parent e228c50f
2017-02-09 Gerald Pfeifer <gerald@pfeifer.com>
* configure.ac (ACX_BUGURL): Update.
* configure: Regenerate.
2017-01-17 Jakub Jelinek <jakub@redhat.com> 2017-01-17 Jakub Jelinek <jakub@redhat.com>
PR other/79046 PR other/79046
......
...@@ -4446,7 +4446,7 @@ if test "${with_bugurl+set}" = set; then : ...@@ -4446,7 +4446,7 @@ if test "${with_bugurl+set}" = set; then :
;; ;;
esac esac
else else
BUGURL="http://gcc.gnu.org/bugs.html" BUGURL="https://gcc.gnu.org/bugs/"
fi fi
......
...@@ -53,7 +53,7 @@ ACX_CHECK_PROG_VER([MAKEINFO], [makeinfo], [--version], ...@@ -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]*]) [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") 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 # Configure libtool
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment