# HG changeset patch # User Mike Miller # Date 1523035248 25200 # Node ID f18f4700aded054afaca50167aba8a272a894e7c # Parent ab3904f253c5ab296f1d7a6800adb0a9c8a55c2e configure: override default project URL with https URL * configure.ac: Call AC_INIT with fifth argument to set project URL. diff -r ab3904f253c5 -r f18f4700aded configure.ac --- a/configure.ac Fri Apr 06 11:07:15 2018 -0400 +++ b/configure.ac Fri Apr 06 10:20:48 2018 -0700 @@ -20,7 +20,8 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [4.3.0+], [https://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [4.3.0+], [https://octave.org/bugs.html], [octave], + [https://www.gnu.org/software/octave/]) ### Declare version numbers