aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-10-23 22:07:51 -0700
committerGlenn Morris2017-10-23 22:07:51 -0700
commit4ec0d2dc6f149c4c14833793f20e1e54270b85f2 (patch)
treede4398510acaede3a10d7067437677686ad7c1e4
parent4290e73259c6bdffc3b77b32c90c409cc3245132 (diff)
downloademacs-4ec0d2dc6f149c4c14833793f20e1e54270b85f2.tar.gz
emacs-4ec0d2dc6f149c4c14833793f20e1e54270b85f2.zip
* configure.ac (AC_INIT): Use https for package url.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 627a392a5ba..7437eb90d2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24AC_PREREQ(2.65) 24AC_PREREQ(2.65)
25dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el. 25dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el.
26AC_INIT(GNU Emacs, 27.0.50, bug-gnu-emacs@gnu.org) 26AC_INIT(GNU Emacs, 27.0.50, bug-gnu-emacs@gnu.org, , https://www.gnu.org/software/emacs/)
27 27
28dnl Set emacs_config_options to the options of 'configure', quoted for the shell, 28dnl Set emacs_config_options to the options of 'configure', quoted for the shell,
29dnl and then quoted again for a C string. Separate options with spaces. 29dnl and then quoted again for a C string. Separate options with spaces.