diff configure.ac @ 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 5dce8aa80652
children c7de02b5b227 a5ad9c053e41
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