aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert2017-10-01 19:53:56 -0700
committerPaul Eggert2017-10-01 19:59:01 -0700
commit5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch)
tree6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /configure.ac
parent8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff)
downloademacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.tar.gz
emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.zip
Prefer HTTPS to HTTP for gnu.org
This fixes some URLs I omitted from my previous pass, notably those in lists.gnu.org. Although lists.gnu.org does not yet support TLS 1.1, TLS 1.0 is better than nothing. * lisp/erc/erc.el (erc-official-location): * lisp/mail/emacsbug.el (report-emacs-bug): Use https:, not http:.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 0b0bb5e144b..eb2c6840402 100644
--- a/configure.ac
+++ b/configure.ac
@@ -396,7 +396,7 @@ OPTION_DEFAULT_OFF([xwidgets],
396 396
397## For the times when you want to build Emacs but don't have 397## For the times when you want to build Emacs but don't have
398## a suitable makeinfo, and can live without the manuals. 398## a suitable makeinfo, and can live without the manuals.
399dnl http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg01844.html 399dnl https://lists.gnu.org/archive/html/emacs-devel/2008-04/msg01844.html
400OPTION_DEFAULT_ON([makeinfo],[don't require makeinfo for building manuals]) 400OPTION_DEFAULT_ON([makeinfo],[don't require makeinfo for building manuals])
401 401
402## Makefile.in needs the cache file name. 402## Makefile.in needs the cache file name.
@@ -522,7 +522,7 @@ fi
522dnl The name of this option is unfortunate. It predates, and has no 522dnl The name of this option is unfortunate. It predates, and has no
523dnl relation to, the "sampling-based elisp profiler" added in 24.3. 523dnl relation to, the "sampling-based elisp profiler" added in 24.3.
524dnl Actually, it stops it working. 524dnl Actually, it stops it working.
525dnl http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00393.html 525dnl https://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00393.html
526AC_ARG_ENABLE(profiling, 526AC_ARG_ENABLE(profiling,
527[AS_HELP_STRING([--enable-profiling], 527[AS_HELP_STRING([--enable-profiling],
528 [build emacs with low-level, gprof profiling support. 528 [build emacs with low-level, gprof profiling support.
@@ -948,7 +948,7 @@ AS_IF([test $gl_gcc_warnings = no],
948 nw="$nw -Wbad-function-cast" # These casts are no worse than others. 948 nw="$nw -Wbad-function-cast" # These casts are no worse than others.
949 949
950 # Emacs doesn't care about shadowing; see 950 # Emacs doesn't care about shadowing; see
951 # <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>. 951 # <https://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
952 nw="$nw -Wshadow" 952 nw="$nw -Wshadow"
953 953
954 # Emacs's use of alloca inhibits protecting the stack. 954 # Emacs's use of alloca inhibits protecting the stack.
@@ -1170,7 +1170,7 @@ dnl AC_PROG_LN_S sets LN_S to 'cp -pR' for MinGW, on the premise that 'ln'
1170dnl doesn't support links to directories, as in "ln file dir". But that 1170dnl doesn't support links to directories, as in "ln file dir". But that
1171dnl use is non-portable, and OTOH MinGW wants to use hard links for Emacs 1171dnl use is non-portable, and OTOH MinGW wants to use hard links for Emacs
1172dnl executables at "make install" time. 1172dnl executables at "make install" time.
1173dnl See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00475.html 1173dnl See https://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00475.html
1174dnl for more details. 1174dnl for more details.
1175if test "$opsys" = "mingw32"; then 1175if test "$opsys" = "mingw32"; then
1176 LN_S="/bin/ln" 1176 LN_S="/bin/ln"
@@ -1316,7 +1316,7 @@ dnl Eg "make LDFLAGS=... all" could run into problems,
1316dnl http://bugs.debian.org/684788 1316dnl http://bugs.debian.org/684788
1317dnl * unnecessary, since temacs is the only thing that actually needs it. 1317dnl * unnecessary, since temacs is the only thing that actually needs it.
1318dnl Indeed this is where it was originally, prior to: 1318dnl Indeed this is where it was originally, prior to:
1319dnl http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-03/msg00170.html 1319dnl https://lists.gnu.org/archive/html/emacs-pretest-bug/2004-03/msg00170.html
1320if test x$GCC = xyes; then 1320if test x$GCC = xyes; then
1321 LDFLAGS_NOCOMBRELOC="-Wl,-znocombreloc" 1321 LDFLAGS_NOCOMBRELOC="-Wl,-znocombreloc"
1322else 1322else