mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
configure.ac (ACX_BUGURL): Update.
* configure.ac (ACX_BUGURL): Update. * configure: Regenerate. From-SVN: r245299
This commit is contained in:
parent
e228c50f3a
commit
19e30111ee
@ -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>
|
2017-01-17 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR other/79046
|
PR other/79046
|
||||||
|
2
libquadmath/configure
vendored
2
libquadmath/configure
vendored
@ -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],
|
|||||||
[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
|
||||||
|
Loading…
Reference in New Issue
Block a user