From: Harlan Stenn Date: Mon, 6 Mar 2023 06:15:49 +0000 (-0600) Subject: Use https in AC_INIT URLs X-Git-Tag: NTP_4_2_8P16~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3768a97c94ab95c3f7c0f6af62b13db257669115;p=thirdparty%2Fntp.git Use https in AC_INIT URLs bk: 64058515WtpOHLNPrKnNP-lQI-H3jQ --- diff --git a/configure.ac b/configure.ac index 283a845d3..c01b0cb52 100644 --- a/configure.ac +++ b/configure.ac @@ -5,9 +5,9 @@ AC_PREREQ([2.68]) AC_INIT( [ntp], [VERSION_NUMBER], - [http://bugs.ntp.org./], + [https://bugs.ntp.org/], [], - [http://www.ntp.org./]dnl + [https://www.ntp.org/]dnl ) AC_CONFIG_MACRO_DIR([sntp/m4]) AC_CONFIG_AUX_DIR([sntp/libevent/build-aux]) diff --git a/sntp/configure.ac b/sntp/configure.ac index 796a95186..8fa76537d 100644 --- a/sntp/configure.ac +++ b/sntp/configure.ac @@ -5,9 +5,9 @@ AC_PREREQ([2.68]) AC_INIT( [sntp], [VERSION_NUMBER], - [http://bugs.ntp.org./], + [https://bugs.ntp.org/], [], - [http://www.ntp.org./]dnl + [https://www.ntp.org/]dnl ) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([libevent/build-aux])