changeset 25137:f18f4700aded stable

configure: override default project URL with https URL * configure.ac: Call AC_INIT with fifth argument to set project URL.
author Mike Miller <mtmiller@octave.org>
date Fri, 06 Apr 2018 10:20:48 -0700
parents ab3904f253c5
children a038cbe3e6e1
files configure.ac
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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