diff options
| author | Mattias EngdegÄrd | 2024-03-30 15:13:24 +0100 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2024-03-30 15:19:56 +0100 |
| commit | 1135ce461d188869e0294af45641edc2cbfacbf0 (patch) | |
| tree | fe0c7ec4113ac62c6ab0d28b9bc8bc81dc005906 /java/INSTALL | |
| parent | 890edfd2bb8fd79730919972cc82811b73c7f572 (diff) | |
| download | emacs-1135ce461d188869e0294af45641edc2cbfacbf0.tar.gz emacs-1135ce461d188869e0294af45641edc2cbfacbf0.zip | |
Always enable native JSON support and remove Jansson references
* src/json.c (Fjson__available_p): Remove.
* lisp/subr.el (json-available-p): Always return t.
* admin/nt/dist-build/build-dep-zips.py:
* configure.ac:
* doc/lispref/text.texi (Parsing JSON):
* java/INSTALL:
* java/org/gnu/emacs/EmacsNative.java (EmacsNative):
* lisp/term/w32-win.el (dynamic-library-alist):
* m4/ndk-build.m4 (ndk_INIT):
* msdos/sed1v2.inp:
* nt/INSTALL:
* nt/INSTALL.W64:
* src/Makefile.in:
* src/emacs.c (main):
* src/lisp.h:
Remove JSON configuration options and references to it and Jansson from
documentation and build files.
* etc/NEWS: Announce.
Diffstat (limited to 'java/INSTALL')
| -rw-r--r-- | java/INSTALL | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/java/INSTALL b/java/INSTALL index f1063b40c25..6daef59084e 100644 --- a/java/INSTALL +++ b/java/INSTALL | |||
| @@ -307,14 +307,6 @@ Many of these dependencies have been migrated over to the | |||
| 307 | However, the old ``Android.mk'' Makefiles are still present in older | 307 | However, the old ``Android.mk'' Makefiles are still present in older |
| 308 | branches, and can be easily adapted to newer versions. | 308 | branches, and can be easily adapted to newer versions. |
| 309 | 309 | ||
| 310 | In addition, some Emacs dependencies provide `ndk-build' support | ||
| 311 | themselves: | ||
| 312 | |||
| 313 | libjansson - https://github.com/akheron/jansson | ||
| 314 | (You must add LOCAL_EXPORT_INCLUDES := $(LOCAL_C_INCLUDES) before | ||
| 315 | its Android.mk includes $(BUILD_SHARED_LIBRARY), then copy | ||
| 316 | android/jansson_config.h to android/jansson_private_config.h.) | ||
| 317 | |||
| 318 | Emacs developers have ported the following dependencies to ARM Android | 310 | Emacs developers have ported the following dependencies to ARM Android |
| 319 | systems: | 311 | systems: |
| 320 | 312 | ||