Use HTTPS with Trac links.

This commit is contained in:
Bryan Petty
2017-07-04 13:15:14 -06:00
parent 823f75c739
commit ed173ed91e
29 changed files with 34 additions and 34 deletions

View File

@@ -572,7 +572,7 @@ AC_DEFUN([AC_BAKEFILE_CHECK_BASIC_STUFF],
AC_CHECK_TOOL(STRIP, strip, :)
AC_CHECK_TOOL(NM, nm, :)
dnl Don't use `install -d`, see http://trac.wxwidgets.org/ticket/13452
dnl Don't use `install -d`, see https://trac.wxwidgets.org/ticket/13452
INSTALL_DIR="mkdir -p"
AC_SUBST(INSTALL_DIR)

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<!-- Original source: http://wiki.wxwidgets.org/wiki.pl?Bakefile -->
<!-- Original source: https://wiki.wxwidgets.org/Bakefile -->
<!-- Modified by: Francesco Montorsi <frm@users.sourceforge.net> -->
<!-- Vaclav Slavik <vslavik@fastmail.fm> to better fit
into Bakefile's presets -->