diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 10 |
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. |
| 399 | dnl http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg01844.html | 399 | dnl https://lists.gnu.org/archive/html/emacs-devel/2008-04/msg01844.html |
| 400 | OPTION_DEFAULT_ON([makeinfo],[don't require makeinfo for building manuals]) | 400 | OPTION_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 | |||
| 522 | dnl The name of this option is unfortunate. It predates, and has no | 522 | dnl The name of this option is unfortunate. It predates, and has no |
| 523 | dnl relation to, the "sampling-based elisp profiler" added in 24.3. | 523 | dnl relation to, the "sampling-based elisp profiler" added in 24.3. |
| 524 | dnl Actually, it stops it working. | 524 | dnl Actually, it stops it working. |
| 525 | dnl http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00393.html | 525 | dnl https://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00393.html |
| 526 | AC_ARG_ENABLE(profiling, | 526 | AC_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' | |||
| 1170 | dnl doesn't support links to directories, as in "ln file dir". But that | 1170 | dnl doesn't support links to directories, as in "ln file dir". But that |
| 1171 | dnl use is non-portable, and OTOH MinGW wants to use hard links for Emacs | 1171 | dnl use is non-portable, and OTOH MinGW wants to use hard links for Emacs |
| 1172 | dnl executables at "make install" time. | 1172 | dnl executables at "make install" time. |
| 1173 | dnl See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00475.html | 1173 | dnl See https://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00475.html |
| 1174 | dnl for more details. | 1174 | dnl for more details. |
| 1175 | if test "$opsys" = "mingw32"; then | 1175 | if 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, | |||
| 1316 | dnl http://bugs.debian.org/684788 | 1316 | dnl http://bugs.debian.org/684788 |
| 1317 | dnl * unnecessary, since temacs is the only thing that actually needs it. | 1317 | dnl * unnecessary, since temacs is the only thing that actually needs it. |
| 1318 | dnl Indeed this is where it was originally, prior to: | 1318 | dnl Indeed this is where it was originally, prior to: |
| 1319 | dnl http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-03/msg00170.html | 1319 | dnl https://lists.gnu.org/archive/html/emacs-pretest-bug/2004-03/msg00170.html |
| 1320 | if test x$GCC = xyes; then | 1320 | if test x$GCC = xyes; then |
| 1321 | LDFLAGS_NOCOMBRELOC="-Wl,-znocombreloc" | 1321 | LDFLAGS_NOCOMBRELOC="-Wl,-znocombreloc" |
| 1322 | else | 1322 | else |