emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4ec0d2d: * configure.ac (AC_INIT): Use https for pa


From: Glenn Morris
Subject: [Emacs-diffs] master 4ec0d2d: * configure.ac (AC_INIT): Use https for package url.
Date: Tue, 24 Oct 2017 01:07:58 -0400 (EDT)

branch: master
commit 4ec0d2dc6f149c4c14833793f20e1e54270b85f2
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * configure.ac (AC_INIT): Use https for package url.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 627a392..7437eb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl  along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>.
 
 AC_PREREQ(2.65)
 dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el.
-AC_INIT(GNU Emacs, 27.0.50, address@hidden)
+AC_INIT(GNU Emacs, 27.0.50, address@hidden, , 
https://www.gnu.org/software/emacs/)
 
 dnl Set emacs_config_options to the options of 'configure', quoted for the 
shell,
 dnl and then quoted again for a C string.  Separate options with spaces.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]