unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Enable modules by default.
@ 2019-10-13 15:36 Philipp Stephani
  2019-10-13 18:35 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Philipp Stephani @ 2019-10-13 15:36 UTC (permalink / raw)
  To: emacs-devel; +Cc: Philipp Stephani

The interface has been stable since Emacs 25, and most bugs are fixed
by now.

* configure.ac: Enable modules by default.
---
 configure.ac | 2 +-
 etc/NEWS     | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7435f2e8da..33d725c804 100644
--- a/configure.ac
+++ b/configure.ac
@@ -461,7 +461,7 @@ AC_DEFUN
 OPTION_DEFAULT_ON([selinux],[don't compile with SELinux support])
 OPTION_DEFAULT_ON([gnutls],[don't use -lgnutls for SSL/TLS support])
 OPTION_DEFAULT_ON([zlib],[don't compile with zlib decompression support])
-OPTION_DEFAULT_OFF([modules],[compile with dynamic modules support])
+OPTION_DEFAULT_ON([modules],[compile with dynamic modules support])
 OPTION_DEFAULT_ON([threads],[don't compile with elisp threading support])
 
 AC_ARG_WITH([file-notification],[AS_HELP_STRING([--with-file-notification=LIB],
diff --git a/etc/NEWS b/etc/NEWS
index eeb02b7066..8c9af53d1f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -131,6 +131,9 @@ builds respectively.
 
 ** New make target 'help' shows a summary of common make targets.
 
+** Emacs now builds with dynamic module support by default.  Pass
+'--without-modules' to 'configure' to disable dynamic module support.
+
 \f
 * Startup Changes in Emacs 27.1
 
-- 
2.21.0 (Apple Git-122)




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Enable modules by default.
  2019-10-13 15:36 [PATCH] Enable modules by default Philipp Stephani
@ 2019-10-13 18:35 ` Stefan Monnier
  2019-10-14 12:59   ` Philipp Stephani
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2019-10-13 18:35 UTC (permalink / raw)
  To: Philipp Stephani; +Cc: Philipp Stephani, emacs-devel

> The interface has been stable since Emacs 25, and most bugs are fixed
> by now.
>
> * configure.ac: Enable modules by default.

LGTM,


        Stefan




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Enable modules by default.
  2019-10-13 18:35 ` Stefan Monnier
@ 2019-10-14 12:59   ` Philipp Stephani
  0 siblings, 0 replies; 3+ messages in thread
From: Philipp Stephani @ 2019-10-14 12:59 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Philipp Stephani, Emacs developers

Am So., 13. Okt. 2019 um 20:35 Uhr schrieb Stefan Monnier
<monnier@iro.umontreal.ca>:
>
> > The interface has been stable since Emacs 25, and most bugs are fixed
> > by now.
> >
> > * configure.ac: Enable modules by default.
>
> LGTM,
>

Thanks, pushed as 08f6c2a8c9.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-14 12:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-13 15:36 [PATCH] Enable modules by default Philipp Stephani
2019-10-13 18:35 ` Stefan Monnier
2019-10-14 12:59   ` Philipp Stephani

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).